Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuler committed Jun 7, 2016
1 parent 49504e4 commit f750034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jumpserver/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
'NAME': config.get('db', 'database'),
}
}
else
else:
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
Expand Down

0 comments on commit f750034

Please sign in to comment.