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

17
api/poetry.lock generated
View file

@ -1230,6 +1230,21 @@ develop = ["coverage[toml] (>=5.0a4)", "furo (>=2021.8.17b43,<2021.9.dev0)", "py
docs = ["furo (>=2021.8.17b43,<2021.9.dev0)", "sphinx (>=3.5.0)", "sphinx-notfound-page"]
testing = ["coverage[toml] (>=5.0a4)", "pytest (>=4.6.11)"]
[[package]]
name = "django-extensions"
version = "3.2.3"
description = "Extensions for Django"
category = "dev"
optional = false
python-versions = ">=3.6"
files = [
{file = "django-extensions-3.2.3.tar.gz", hash = "sha256:44d27919d04e23b3f40231c4ab7af4e61ce832ef46d610cc650d53e68328410a"},
{file = "django_extensions-3.2.3-py3-none-any.whl", hash = "sha256:9600b7562f79a92cbf1fde6403c04fee314608fefbb595502e34383ae8203401"},
]
[package.dependencies]
Django = ">=3.2"
[[package]]
name = "django-filter"
version = "22.1"
@ -4082,4 +4097,4 @@ typesense = ["typesense"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "230bb22b727fbc6e930216b718e8e169547d18f605bddb24a19be3ee9457f4c3"
content-hash = "f186c5312ac5b16d7af738f421671956fb200b0f059733e752f83c5a7e9e77a9"