feat(dev): Add django-extensions to run https in dev mode
This commit is contained in:
parent
d79520f7a6
commit
615bc458d3
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
))
|
||||
|
|
|
@ -342,6 +342,7 @@ UNFOLD = {
|
|||
if DEBUG:
|
||||
INSTALLED_APPS += [
|
||||
"debug_toolbar",
|
||||
"django_extensions",
|
||||
]
|
||||
|
||||
MIDDLEWARE += [
|
||||
|
|
Loading…
Add table
Reference in a new issue