From 052561ebc5ce0a90c8f6e4d22aedcfac803038ce Mon Sep 17 00:00:00 2001 From: Sanj Date: Tue, 30 Aug 2011 18:44:32 +0530 Subject: [PATCH] oops, ajax_select, not ajax-select --- gazetteer/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gazetteer/settings.py b/gazetteer/settings.py index 4546be4..4687650 100644 --- a/gazetteer/settings.py +++ b/gazetteer/settings.py @@ -107,7 +107,7 @@ INSTALLED_APPS = ( 'django.contrib.admin', # Uncomment the next line to enable admin documentation: 'django.contrib.admindocs', - 'ajax-select', + 'ajax_select', ) try: