Add mixins

This commit is contained in:
2023-02-10 07:20:36 +00:00
parent 8750e999b3
commit 659b73e695
3 changed files with 5 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ INSTALLED_APPS = [
# "two_factor.plugins.email",
# "two_factor.plugins.yubikey",
# "otp_yubikey",
"mixins",
]
CRISPY_TEMPLATE_PACK = "bulma"
CRISPY_ALLOWED_TEMPLATE_PACKS = ("bulma",)