add django_extensions to settings.py
This commit is contained in:
parent
514198a884
commit
e2fcbd8297
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue