add django_extensions to INSTALLED_APPS

This commit is contained in:
Sanj 2011-08-20 15:43:16 +05:30
parent 75e63566a6
commit 824e2d5418

View File

@ -93,6 +93,7 @@ INSTALLED_APPS = (
'django.contrib.messages',
'django.contrib.gis',
'places',
'django_extensions',
# Uncomment the next line to enable the admin:
'django.contrib.admin',
# Uncomment the next line to enable admin documentation: