forked from rpkilby/jsonfield
-
Notifications
You must be signed in to change notification settings - Fork 0
Reusable JSONField() for Django
ryanbutterfield/django-jsonfield
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
django-jsonfield is a reusable django field that allows you to store validated JSON in your model. It silently takes care of serialization. To use, simple add the field to one of your models. === from django.db import models from jsonfield import JSONField class MyModel(models.Model): json = JSONField()
About
Reusable JSONField() for Django
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 100.0%