Compare commits
2 Commits
b36791d56b
...
c773b93675
| Author | SHA1 | Date | |
|---|---|---|---|
|
c773b93675
|
|||
|
52216df5a4
|
1
.gitignore
vendored
1
.gitignore
vendored
@@ -9,6 +9,7 @@ __pycache__/
|
||||
|
||||
# Distribution / packaging
|
||||
.Python
|
||||
.python_history
|
||||
build/
|
||||
develop-eggs/
|
||||
dist/
|
||||
|
||||
@@ -48,10 +48,7 @@ INSTALLED_APPS = [
|
||||
"django_otp.plugins.otp_static",
|
||||
]
|
||||
CRISPY_TEMPLATE_PACK = "bulma"
|
||||
CRISPY_ALLOWED_TEMPLATE_PACKS = (
|
||||
"uni_form",
|
||||
"bulma",
|
||||
)
|
||||
CRISPY_ALLOWED_TEMPLATE_PACKS = ("bulma",)
|
||||
DJANGO_TABLES2_TEMPLATE = "django-tables2/bulma.html"
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
||||
Reference in New Issue
Block a user