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 # Distribution / packaging
.Python .Python
.python_history
build/ build/
develop-eggs/ develop-eggs/
dist/ dist/

View File

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