We had a model to save some text in a model like this:
class Model1(models.Model): text = models.CharField(max_length=255) # other fields
N