diff --git a/main/settings.py b/main/settings.py index e468159..d187f11 100644 --- a/main/settings.py +++ b/main/settings.py @@ -129,7 +129,7 @@ comment in the postgresql configuration """ - DATABASES = { +DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', 'NAME': 'django-server',