Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
django 2 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
thraxil committed Dec 3, 2017
1 parent 3975199 commit fd2873d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mithras/settings_docker.py
Expand Up @@ -14,5 +14,5 @@
celery=False,
INSTALLED_APPS=INSTALLED_APPS,
STATIC_ROOT=STATIC_ROOT,
MIDDLEWARE_CLASSES=MIDDLEWARE_CLASSES,
MIDDLEWARE=MIDDLEWARE,
))
2 changes: 1 addition & 1 deletion mithras/settings_shared.py
Expand Up @@ -40,7 +40,7 @@
'bootstrap3',
]

MIDDLEWARE_CLASSES += [ # noqa
MIDDLEWARE += [ # noqa
'django.contrib.messages.middleware.MessageMiddleware',
]

Expand Down

0 comments on commit fd2873d

Please sign in to comment.