diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-09-09 11:07:01 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:20:58 +0100 |
commit | 3297cdadc31ea857ed51317081d7d3174af7dbc9 (patch) | |
tree | 206966ec7684d85811f7a8686fd781d3ab9d9fd4 /example_project/settings.py | |
parent | 07e3e2e9c3da9f05634a45f65723504c229f2baa (diff) | |
download | Ishtar-3297cdadc31ea857ed51317081d7d3174af7dbc9.tar.bz2 Ishtar-3297cdadc31ea857ed51317081d7d3174af7dbc9.zip |
Migration to Django 2.2 - fixes
- remove django-ajax-select
- fix migrations
Diffstat (limited to 'example_project/settings.py')
-rw-r--r-- | example_project/settings.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/example_project/settings.py b/example_project/settings.py index 16a63d49a..b98158b10 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -162,7 +162,6 @@ INSTALLED_APPS = [ "archaeological_context_records", "archaeological_warehouse", "archaeological_finds", - "ajax_select", "compressor", "rest_framework", "rest_framework.authtoken", |