Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 282 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 282 Bytes

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