settings: Use an sqlite3 database for now.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 18 Oct 2010 10:36:15 +0000 (12:36 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 18 Oct 2010 10:43:33 +0000 (12:43 +0200)
settings.py

index dabd33b17d6a2452ca698cb40ae5b0663cab84d6..e3d71db4908a11fab561fe86c579b3efd5f228de 100644 (file)
@@ -13,8 +13,8 @@ ADMINS = (
 
 MANAGERS = ADMINS
 
-DATABASE_ENGINE = ''           # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
-DATABASE_NAME = ''             # Or path to database file if using sqlite3.
+DATABASE_ENGINE = 'sqlite3'           # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
+DATABASE_NAME = 'db.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.