Django3.1前
from django.contrib.postgres.fields import JSONField
Django3.1后
from django_mysql.models import JSONField