Contents

django-prettyjson 0.4.1

0

Enables pretty JSON viewer in Django forms, admin, or templates

Enables pretty JSON viewer in Django forms, admin, or templates

Stars: 143, Watchers: 143, Forks: 22, Open Issues: 18

The kevinmickey/django-prettyjson repo was created 9 years ago and the last code push was 9 months ago.
The project is popular with 143 github stars!

How to Install django-prettyjson

You can install django-prettyjson using pip

pip install django-prettyjson

or add it to a project with poetry

poetry add django-prettyjson

Package Details

Author
Kevin Mickey
License
BSD
Homepage
https://github.com/kevinmickey/django-prettyjson
PyPi:
https://pypi.org/project/django-prettyjson/
GitHub Repo:
https://github.com/kevinmickey/django-prettyjson

Classifiers

No  django-prettyjson  pypi packages just yet.

Errors

A list of common django-prettyjson errors.

Code Examples

Here are some django-prettyjson code examples and snippets.

Related Packages & Articles

django-json-widget 2.1.1

An alternative widget that makes it easy to edit the new Django's field JSONField (PostgreSQL specific model fields)

django-pglocks 1.0.4

django_pglocks provides useful context managers for advisory locks for PostgreSQL.