Remove chartsjs from apps

This commit is contained in:
Mark Veidemanis 2022-07-26 22:19:43 +01:00
parent df049f822c
commit 729f6beea5
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ INSTALLED_APPS = [
"django.contrib.staticfiles",
"crispy_forms",
"crispy_bulma",
"chartjs",
]
CRISPY_TEMPLATE_PACK = "bulma"
CRISPY_ALLOWED_TEMPLATE_PACKS = ("bulma",)