From 985dc2b18a551ead39a12fa0ed2601b2bda1d6e4 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 4 Aug 2017 15:31:31 +0200 Subject: Admin: improve parcel, parcel owner forms, add a lookup for parcel --- example_project/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example_project') diff --git a/example_project/settings.py b/example_project/settings.py index d737fa29f..6b3022089 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -142,7 +142,6 @@ INSTALLED_APPS = [ 'django.contrib.humanize', 'registration', # 'geodjangofla', - 'ajax_select', 'ishtar_pdl', 'ishtar_common', 'archaeological_files_pdl', @@ -151,6 +150,7 @@ INSTALLED_APPS = [ 'archaeological_context_records', 'archaeological_warehouse', 'archaeological_finds', + 'ajax_select', # 'debug_toolbar', ] -- cgit v1.2.3