add django_extensions to settings.py
This commit is contained in:
parent
514198a884
commit
e2fcbd8297
|
@ -99,6 +99,7 @@ INSTALLED_APPS = (
|
||||||
# Uncomment the next line to enable the admin:
|
# Uncomment the next line to enable the admin:
|
||||||
'django.contrib.admin',
|
'django.contrib.admin',
|
||||||
'deals',
|
'deals',
|
||||||
|
'django_extensions',
|
||||||
# Uncomment the next line to enable admin documentation:
|
# Uncomment the next line to enable admin documentation:
|
||||||
# 'django.contrib.admindocs',
|
# 'django.contrib.admindocs',
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user