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