Add static token to settings

This commit is contained in:
2022-10-16 13:36:17 +01:00
parent 9139b4ffdd
commit 3af63c5ef6
4 changed files with 8 additions and 5 deletions

View File

@@ -46,7 +46,7 @@ INSTALLED_APPS = [
"django_otp",
"django_otp.plugins.otp_totp",
# 'django_otp.plugins.otp_hotp',
# 'django_otp.plugins.otp_static',
"django_otp.plugins.otp_static",
]
CRISPY_TEMPLATE_PACK = "bulma"
CRISPY_ALLOWED_TEMPLATE_PACKS = (