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: 139, Watchers: 139, Forks: 20, Open Issues: 15

The kevinmickey/django-prettyjson repo was created 7 years ago and the last code push was 1 months ago.
The project is popular with 139 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.

GitHub Issues

The django-prettyjson package has 15 open issues on GitHub

  • The formatting does not work on read-only fields

See more issues on GitHub

Related Packages & Articles

django-json-widget 2.0.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.