from django.db import models class ASSNotification(models.Model): content = models.CharField(max_length=5000)