Added trailing comma.
Sorry, I couldn't stand the inconsistency between the two databases anymore.
This commit is contained in:
parent
d39073b8ae
commit
23a5ec0782
|
@ -14,7 +14,7 @@
|
|||
|
||||
DATABASES = {
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.sqlite3'
|
||||
'ENGINE': 'django.db.backends.sqlite3',
|
||||
},
|
||||
'other': {
|
||||
'ENGINE': 'django.db.backends.sqlite3',
|
||||
|
|
Loading…
Reference in New Issue