From 6a01aea5e1324bed2df5eda22cc7358b0401fe9b Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Thu, 9 Feb 2023 19:07:49 +0000 Subject: [PATCH] Add prettyjson --- app/settings.py | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/app/settings.py b/app/settings.py index 9d2e722..2a94505 100644 --- a/app/settings.py +++ b/app/settings.py @@ -42,6 +42,7 @@ INSTALLED_APPS = [ "crispy_bulma", "django_tables2", "django_tables2_bulma_template", + "prettyjson", ] CRISPY_TEMPLATE_PACK = "bulma" CRISPY_ALLOWED_TEMPLATE_PACKS = ("bulma",) diff --git a/requirements.txt b/requirements.txt index 0ecc574..4449aee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,3 +20,4 @@ django-debug-toolbar-template-profiler orjson msgpack apscheduler +django-prettyjson