Pridany django_extensions do settings_prod
This commit is contained in:
parent
1692d8c2e0
commit
454ff1fdb7
1 changed files with 1 additions and 0 deletions
|
@ -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!
|
||||
|
|
Loading…
Reference in a new issue