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:
|
||||
'django.contrib.admin',
|
||||
'deals',
|
||||
'django_extensions',
|
||||
# Uncomment the next line to enable admin documentation:
|
||||
# 'django.contrib.admindocs',
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user