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
Contents
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: 20The 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!
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
Related Packages
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 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