Skip to content

Commit

Permalink
Merge pull request #670 from MAKENTNU/dependabot/pip/dev/django-const…
Browse files Browse the repository at this point in the history
…ance-database--3.1.0

⬆(deps): Bump django-constance[database] from 2.9.1 to 3.1.0
  • Loading branch information
ddabble committed Aug 25, 2023
2 parents 9165bc4 + f8d5d59 commit ef62891
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/web/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit ef62891

Please sign in to comment.