JSONField
JSONField
Installation
pip install jsonfield
Usage
from jsonfield import JSONField user_info = JSONField(_(u'user_info'), blank=True, null=True, help_text=u'User Info, JSON Format')
References
[1] bradjasper@Github, django-jsonfield — A reusable JSONField model for Django to store ad-hoc data