From 3297cdadc31ea857ed51317081d7d3174af7dbc9 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 9 Sep 2021 11:07:01 +0200 Subject: Migration to Django 2.2 - fixes - remove django-ajax-select - fix migrations --- example_project/settings.py | 1 - 1 file changed, 1 deletion(-) (limited to 'example_project/settings.py') 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", -- cgit v1.2.3