summaryrefslogtreecommitdiffstats
path: root/settings_local.py.dist
diff options
context:
space:
mode:
Diffstat (limited to 'settings_local.py.dist')
-rwxr-xr-xsettings_local.py.dist5
1 files changed, 3 insertions, 2 deletions
diff --git a/settings_local.py.dist b/settings_local.py.dist
index c38e3dd8..8fc7dc34 100755
--- a/settings_local.py.dist
+++ b/settings_local.py.dist
@@ -29,10 +29,11 @@ DEBUG = False
TEMPLATE_DEBUG = DEBUG
INTERNAL_IPS = ('127.0.0.1',)
-DATABASE_NAME = 'osqa' # Or path to database file if using sqlite3.
+DATABASE_NAME = 'osqa.db' # Or path to database file if using sqlite3.
DATABASE_USER = '' # Not used with sqlite3.
DATABASE_PASSWORD = '' # Not used with sqlite3.
-DATABASE_ENGINE = 'mysql' #mysql, etc
+#DATABASE_ENGINE = 'mysql' #mysql, etc
+DATABASE_ENGINE = 'sqlite3' #mysql, etc
DATABASE_HOST = ''
DATABASE_PORT = ''