diff --git a/requirements.txt b/requirements.txt index aa1bfb7cf..e5c0d4b68 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ Django==4.1.7 django-hosts==5.2 django-ckeditor==6.7.0 django-cleanup==8.0.0 -django-constance[database]==2.9.1 +django-constance==3.1.0 django-decorator-include==3.0 # (See this page for a list of all management commands: https://django-extensions.readthedocs.io/en/latest/command_extensions.html) django-extensions==3.2.3 diff --git a/src/web/settings.py b/src/web/settings.py index c0a118ee0..5b8f8acd2 100644 --- a/src/web/settings.py +++ b/src/web/settings.py @@ -102,7 +102,6 @@ INSTALLED_APPS = [ # `django-constance` should be listed before project apps (see https://django-constance.readthedocs.io/en/stable/#configuration) 'constance', - 'constance.backends.database', # App used for things regarding the whole project or across other apps # (Should be listed first, to be able to override things like management commands) 'web.apps.WebConfig',