add django_extensions to settings.py

This commit is contained in:
Sanj 2011-10-06 01:20:29 +05:30
parent 514198a884
commit e2fcbd8297

View File

@ -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',
)