diff -r fe197c0c9903 -r f57c30096b51 settings.py --- a/settings.py Tue Apr 20 23:12:15 2010 +0530 +++ b/settings.py Tue Apr 20 23:29:44 2010 +0530 @@ -10,7 +10,7 @@ MANAGERS = ADMINS DATABASE_ENGINE = 'sqlite3' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. -DATABASE_NAME = 'tmp.db' # Or path to database file if using sqlite3. +DATABASE_NAME = 'offline.db' # 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.