Add Bulma to settings
This commit is contained in:
@@ -39,8 +39,10 @@ INSTALLED_APPS = [
|
||||
"django.contrib.staticfiles",
|
||||
"core",
|
||||
"crispy_forms",
|
||||
"crispy_bulma",
|
||||
]
|
||||
CRISPY_TEMPLATE_PACK = "bootstrap4"
|
||||
CRISPY_TEMPLATE_PACK = "bulma"
|
||||
CRISPY_ALLOWED_TEMPLATE_PACKS = ("bulma",)
|
||||
|
||||
MIDDLEWARE = [
|
||||
"django.middleware.security.SecurityMiddleware",
|
||||
|
||||
Reference in New Issue
Block a user