Commit 23a5ec07 authored by Aymeric Augustin's avatar Aymeric Augustin
Browse files

Added trailing comma.

Sorry, I couldn't stand the inconsistency between the two databases anymore.
parent d39073b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.sqlite3'
        'ENGINE': 'django.db.backends.sqlite3',
    },
    'other': {
        'ENGINE': 'django.db.backends.sqlite3',