# models.py from django.db import models class JSONData(models.Model): json_content = models.JSONField()