Contents

django-json-widget 2.0.1

Django json widget is an alternative widget that makes it easy to edit the jsonfield field of django

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

Stars: 436, Watchers: 436, Forks: 88, Open Issues: 20

The jmrivas86/django-json-widget repo was created 7 years ago and the last code push was 6 months ago.
The project is popular with 436 github stars!

You can install django-json-widget using pip

pip install django-json-widget

or add it to a project with poetry

poetry add django-json-widget

Author
José Manuel Rivas
License
MIT
Homepage
https://github.com/jmrivas86/django-json-widget
PyPi:
https://pypi.org/project/django-json-widget/
GitHub Repo:
https://github.com/jmrivas86/django-json-widget
No  django-json-widget  pypi packages just yet.

A list of common django-json-widget errors.

Here are some django-json-widget code examples and snippets.

The django-json-widget package has 20 open issues on GitHub

  • Avoid HTML injection via unsafe JSON injection
  • Source map line in jsoneditor.min.js makes collectstatic fail
  • Declare support for Django 3.2 and Python 3.9

See more issues on GitHub

Related Packages & Articles

django-hosts 6.0

Dynamic and static host resolving for Django. Maps hostnames to URLconfs.