From 454ff1fdb7c63276c38be47ab92fe4e9a5b7dbf1 Mon Sep 17 00:00:00 2001 From: Tomas Gavenciak Date: Wed, 29 Jul 2015 11:47:08 +0200 Subject: [PATCH] Pridany django_extensions do settings_prod --- mamweb/settings_prod.py | 1 + 1 file changed, 1 insertion(+) 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!