On 11/7/05, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote:
>
> On Monday 07 Nov 2005 11:40 am, Waylan Limberg wrote:
> > and there is definitely only one 'myproject' directory on the system
> > and only one setting.py file in that dir.
>
> could you paste the database part of your settings.py file somewhere?
>
DATABASE_ENGINE = 'mysql' # 'postgresql', 'mysql', 'sqlite3' or
'ado_mssql'.
DATABASE_NAME = 'djangodb'             # Or path to database file if
using sqlite3.
DATABASE_USER = 'username'             # Not used with sqlite3.
DATABASE_PASSWORD = 'pass'         # Not used with sqlite3.
DATABASE_HOST = ''             # Set to empty string for localhost.
Not used with sqlite3.
DATABASE_PORT = ''             # Set to empty string for default. Not
used with sqlite3.

Here it is. The username and password are different, but everything
else is the same.
--
----
Waylan Limberg
[EMAIL PROTECTED]

Reply via email to