diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-08-02 19:29:11 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-08-02 19:29:11 +0200 |
commit | d9f590d29ffb4975a3c4f86dd2ae55cb753a2157 (patch) | |
tree | cf98515d86721212915cb6cb00cb41d8e3f9c574 /example_project/settings.py | |
parent | c319859f7127c5b196ba8cd9c03fd0f137e99e6a (diff) | |
download | Ishtar-d9f590d29ffb4975a3c4f86dd2ae55cb753a2157.tar.bz2 Ishtar-d9f590d29ffb4975a3c4f86dd2ae55cb753a2157.zip |
Admin - ishtar common: use ajax selects for some fields - clean and simplify
Diffstat (limited to 'example_project/settings.py')
-rw-r--r-- | example_project/settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
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', |