From 5e70cc61b723fb36e0da14abb6c8de58a18162d5 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 2 Aug 2017 19:29:11 +0200 Subject: Admin - ishtar common: use ajax selects for some fields - clean and simplify --- example_project/settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'example_project/settings.py') diff --git a/example_project/settings.py b/example_project/settings.py index 778a16610..d737fa29f 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -142,6 +142,7 @@ INSTALLED_APPS = [ 'django.contrib.humanize', 'registration', # 'geodjangofla', + 'ajax_select', 'ishtar_pdl', 'ishtar_common', 'archaeological_files_pdl', -- cgit v1.2.3