Commit f7500346 authored by ibuler's avatar ibuler

Update settings.py

parent 49504e46
...@@ -122,7 +122,7 @@ elif config.get('db', 'engine') == 'sqlite': ...@@ -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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment