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] [email protected], django-jsonfield — A reusable JSONField model for Django to store ad-hoc data