feat(dev): Add and enable django-extensions for debugging

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2522>
This commit is contained in:
Georg Krause 2023-07-05 11:37:41 +02:00 committed by Marge
commit 4490fba5bb
3 changed files with 19 additions and 5 deletions

View file

@ -76,7 +76,7 @@ DEBUG_TOOLBAR_PANELS = [
# django-extensions
# ------------------------------------------------------------------------------
# INSTALLED_APPS += ('django_extensions', )
INSTALLED_APPS += ("django_extensions",)
INSTALLED_APPS += ("drf_spectacular",)