Kaydet (Commit) 23a5ec07 authored tarafından Aymeric Augustin's avatar Aymeric Augustin

Added trailing comma.

Sorry, I couldn't stand the inconsistency between the two databases anymore.
üst d39073b8
......@@ -14,7 +14,7 @@
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3'
'ENGINE': 'django.db.backends.sqlite3',
},
'other': {
'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