from django.db.models import Model, TextField class ThomasPesquetQuotes(Model): text = TextField()