# HG changeset patch
# User Nishanth
# Date 1264339336 -19800
# Node ID daeb3985912d4d7f2da5da4a0a3b14bc43c9855a
# Parent  7818992cbf839fe91fba512e0c6e43c408a161ed
changed the database name in settings to pytaskDb.

diff -r 7818992cbf83 -r daeb3985912d settings.py
--- a/settings.py	Sun Jan 24 15:43:19 2010 +0530
+++ b/settings.py	Sun Jan 24 18:52:16 2010 +0530
@@ -10,7 +10,7 @@
 MANAGERS = ADMINS
 
 DATABASE_ENGINE = 'sqlite3'           # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
-DATABASE_NAME = 'appDb'             # 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.
diff -r 7818992cbf83 -r daeb3985912d settings.pyc
Binary file settings.pyc has changed