database filename changed to ../pytaskDb.
authoranoop
Sun, 24 Jan 2010 19:01:41 +0530
changeset 3 a0bd7048f8aa
parent 2 daeb3985912d
child 4 12ca78ff63e4
database filename changed to ../pytaskDb.
settings.py
--- a/settings.py	Sun Jan 24 18:52:16 2010 +0530
+++ b/settings.py	Sun Jan 24 19:01:41 2010 +0530
@@ -10,7 +10,7 @@
 MANAGERS = ADMINS
 
 DATABASE_ENGINE = 'sqlite3'           # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
-DATABASE_NAME = 'pytaskDb'             # Or path to database file if using sqlite3.
+DATABASE_NAME = '../pytaskDb'             # Or path to database file if using sqlite3.
 DATABASE_USER = ''             # Not used with sqlite3.
 DATABASE_PASSWORD = ''         # Not used with sqlite3.
 DATABASE_HOST = ''             # Set to empty string for localhost. Not used with sqlite3.