https://github.com/devkral/django-simple-jsonfield
A simple jsonfield for django, uses native jsonfields if possible
https://github.com/devkral/django-simple-jsonfield
Last synced: 10 days ago
JSON representation
A simple jsonfield for django, uses native jsonfields if possible
- Host: GitHub
- URL: https://github.com/devkral/django-simple-jsonfield
- Owner: devkral
- License: other
- Created: 2018-06-11T22:08:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-07T15:32:47.000Z (over 6 years ago)
- Last Synced: 2025-02-08T14:21:51.569Z (9 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
How to use
===========
Install with
-------------
pip install django-simple-jsonfield
Usage:
------
from jsonfield import JSONfield
JSONField(default=dict)
has extra keyword database: specify which database to use, defaults to "default"
TODO
----
* Search in Fallback