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

Commit

Permalink
Merge branch 'master' into pyup-update-django-1.11.7-to-2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thraxil committed Dec 3, 2017
2 parents aac8c3d + da7f407 commit abb2196
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -45,4 +45,4 @@ django-expvar-cmdline==0.1.0
django-expvar-psutil==0.1.0
opbeat==3.5.3

thraxilsettings==2.1.0
thraxilsettings==3.0.0

0 comments on commit abb2196

Please sign in to comment.