Compare commits

...

2 Commits

Author SHA1 Message Date
c773b93675 Remove unnecessary template pack 2022-11-04 07:20:54 +00:00
52216df5a4 Add Python history to gitignore 2022-11-04 07:20:25 +00:00
2 changed files with 2 additions and 4 deletions

1
.gitignore vendored
View File

@@ -9,6 +9,7 @@ __pycache__/
# Distribution / packaging
.Python
.python_history
build/
develop-eggs/
dist/

View File

@@ -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 = [