I am trying to customize a model file in Django 1.9 using the new JSONField. I found examples using postgres, but not with MySql. In postgres examples, they do
from django.contrib.postgres.fields import JSONField
How do I import it for MySql? Thanks
django
Ravash jalil
source share