diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-08-04 15:31:31 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-08-04 15:37:23 +0200 |
commit | b35c53bbf266153e478a776209e35aad36e9cd5b (patch) | |
tree | feb7c9b7566209b175e0a6734b91692e0317b311 /example_project | |
parent | 6044b3522b2511eae088a40338115c902a9b0f82 (diff) | |
download | Ishtar-b35c53bbf266153e478a776209e35aad36e9cd5b.tar.bz2 Ishtar-b35c53bbf266153e478a776209e35aad36e9cd5b.zip |
Admin: improve parcel, parcel owner forms, add a lookup for parcel
Diffstat (limited to 'example_project')
-rw-r--r-- | example_project/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
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', ] |