Update settings.py

pull/256/head
ibuler 2016-06-07 16:39:35 +08:00
parent 49504e46ee
commit f75003461a
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ elif config.get('db', 'engine') == 'sqlite':
'NAME': config.get('db', 'database'), 'NAME': config.get('db', 'database'),
} }
} }
else else:
DATABASES = { DATABASES = {
'default': { 'default': {
'ENGINE': 'django.db.backends.sqlite3', 'ENGINE': 'django.db.backends.sqlite3',