from django.db import models class Plant(models.Model): name = models.TextField()