diff -r 962b45987a02 -r eb8e00312877 settings.py --- a/settings.py Wed Sep 02 20:17:47 2009 +0530 +++ b/settings.py Wed Sep 02 10:57:07 2009 -0400 @@ -1,5 +1,7 @@ # Django settings for spoken_tut project. +import os + DEBUG = True TEMPLATE_DEBUG = DEBUG @@ -14,7 +16,7 @@ DATABASE_ENGINE = 'mysql' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. DATABASE_NAME = 'uploads' # Or path to database file if using sqlite3. -DATABASE_USER = 'nme_ict' # Not used with sqlite3. +DATABASE_USER = 'spoken' # Not used with sqlite3. DATABASE_PASSWORD = 'NotMeICT' # 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.