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:
parent
adbd9c3b67
commit
4490fba5bb
3 changed files with 19 additions and 5 deletions
|
|
@ -76,7 +76,7 @@ DEBUG_TOOLBAR_PANELS = [
|
|||
|
||||
# django-extensions
|
||||
# ------------------------------------------------------------------------------
|
||||
# INSTALLED_APPS += ('django_extensions', )
|
||||
INSTALLED_APPS += ("django_extensions",)
|
||||
|
||||
INSTALLED_APPS += ("drf_spectacular",)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue