feat(dev): Add django-extensions to run https in dev mode

This commit is contained in:
Tom Hubrecht 2025-02-01 17:32:05 +01:00
parent d79520f7a6
commit 615bc458d3
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc
2 changed files with 4 additions and 0 deletions

View file

@ -77,6 +77,9 @@ in
ps.loadcredential
ps.pykanidm
ps.python-cas
ps.django-extensions
ps.werkzeug
ps.pyopenssl
]
++ ps.django-allauth.optional-dependencies.saml
))

View file

@ -342,6 +342,7 @@ UNFOLD = {
if DEBUG:
INSTALLED_APPS += [
"debug_toolbar",
"django_extensions",
]
MIDDLEWARE += [