Contents

django-json-widget 2.0.1

0

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: 399, Watchers: 399, Forks: 85, Open Issues: 16

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

How to Install django-json-widget

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

Package Details

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

Classifiers

No  django-json-widget  pypi packages just yet.

Errors

A list of common django-json-widget errors.

Code Examples

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

GitHub Issues

The django-json-widget package has 16 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.

django-hijack 3.4.5

django-hijack allows superusers to hijack (=login as) and work on behalf of another user.