From 729f6beea56451089670bbb88b560d2afcea2475 Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Tue, 26 Jul 2022 22:19:43 +0100 Subject: [PATCH] Remove chartsjs from apps --- app/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/settings.py b/app/settings.py index e075551..0ee988e 100644 --- a/app/settings.py +++ b/app/settings.py @@ -37,7 +37,6 @@ INSTALLED_APPS = [ "django.contrib.staticfiles", "crispy_forms", "crispy_bulma", - "chartjs", ] CRISPY_TEMPLATE_PACK = "bulma" CRISPY_ALLOWED_TEMPLATE_PACKS = ("bulma",)