diff --git a/mamweb/settings_prod.py b/mamweb/settings_prod.py index 74897882..29074b48 100644 --- a/mamweb/settings_prod.py +++ b/mamweb/settings_prod.py @@ -5,6 +5,7 @@ from .settings_common import * # See https://docs.djangoproject.com/en/1.7/howto/deployment/checklist/ INSTALLED_APPS += ( + 'django_extensions', ) # SECURITY WARNING: keep the secret key used in production secret!