enable django_extensions
This commit is contained in:
parent
cedc3fec64
commit
5837997b7d
|
@ -34,13 +34,15 @@ INSTALLED_APPS = [
|
||||||
'django.contrib.messages',
|
'django.contrib.messages',
|
||||||
'django.contrib.staticfiles',
|
'django.contrib.staticfiles',
|
||||||
'django.contrib.sites',
|
'django.contrib.sites',
|
||||||
'content',
|
|
||||||
|
'braces',
|
||||||
|
'django_extensions',
|
||||||
'markdownx',
|
'markdownx',
|
||||||
'photologue',
|
'photologue',
|
||||||
'sortedm2m',
|
'sortedm2m',
|
||||||
'braces',
|
|
||||||
|
|
||||||
'camp'
|
'camp',
|
||||||
|
'content',
|
||||||
]
|
]
|
||||||
|
|
||||||
SITE_ID = 1
|
SITE_ID = 1
|
||||||
|
|
|
@ -5,3 +5,4 @@ django-braces
|
||||||
django-app-namespace-template-loader
|
django-app-namespace-template-loader
|
||||||
ox
|
ox
|
||||||
gunicorn
|
gunicorn
|
||||||
|
django_extensions
|
||||||
|
|
Loading…
Reference in New Issue
Block a user