Browse Source

Corrected error in settings.py

missing comma after "celery" caused failed tests
Ali 6 years ago
parent
commit
1dacbc3ffb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      devproject/settings.py

+ 1 - 1
devproject/settings.py

@@ -169,7 +169,7 @@ INSTALLED_APPS = [
     "django.contrib.messages",
     "django.contrib.messages",
     "django.contrib.staticfiles",
     "django.contrib.staticfiles",
     # 3rd party apps used by Misago
     # 3rd party apps used by Misago
-    "celery"
+    "celery",
     "debug_toolbar",
     "debug_toolbar",
     "mptt",
     "mptt",
     "rest_framework",
     "rest_framework",