> 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.

I just noticed that the line breaks (in the comments) on the first two
lines were actual line breaks, not just wrapping text. I fixed that,
but still no go. The last two lines are definitely wrapping text.

It's still telling me the DATABASE_ENGINE is set to 'postgresql'


--
----
Waylan Limberg
[EMAIL PROTECTED]

Reply via email to