Add prettyjson

This commit is contained in:
Mark Veidemanis 2023-02-09 19:07:49 +00:00
parent a1a5535079
commit 6a01aea5e1
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
2 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,7 @@ INSTALLED_APPS = [
"crispy_bulma", "crispy_bulma",
"django_tables2", "django_tables2",
"django_tables2_bulma_template", "django_tables2_bulma_template",
"prettyjson",
] ]
CRISPY_TEMPLATE_PACK = "bulma" CRISPY_TEMPLATE_PACK = "bulma"
CRISPY_ALLOWED_TEMPLATE_PACKS = ("bulma",) CRISPY_ALLOWED_TEMPLATE_PACKS = ("bulma",)

View File

@ -20,3 +20,4 @@ django-debug-toolbar-template-profiler
orjson orjson
msgpack msgpack
apscheduler apscheduler
django-prettyjson