Skip to content

zebuline/django-jsonfield

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-jsonfield is a reusable django field that you can use inside your models.
It makes storage of JSON easy and convenient by handling all of the
serialization needed silently.

To use simply import and the field to one of your models.

===

from django.db import models
from jsonfield.fields import JSONField

class MyModel(models.Model):
	json_field = JSONField()

===

That's it!

About

Reusable JSONField() for Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%