I\'m trying to set up a models file in Django 1.9 using the new JSONField. I have found examples using postgres but none with MySql. In the examples with postgres they do
Django JSONField is Postgres only.
JSONField
https://docs.djangoproject.com/en/3.0/ref/contrib/postgres/fields/#django.contrib.postgres.fields.JSONField
UPDATE:
There is support for MYSQL via 3rd party library django-mysql
django-mysql