From 824e2d5418d70dd853f7520273e122f04c681177 Mon Sep 17 00:00:00 2001 From: Sanj Date: Sat, 20 Aug 2011 15:43:16 +0530 Subject: [PATCH] add django_extensions to INSTALLED_APPS --- gazetteer/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gazetteer/settings.py b/gazetteer/settings.py index 144842b..6c3029e 100644 --- a/gazetteer/settings.py +++ b/gazetteer/settings.py @@ -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: