I am a newbie in django so this might be a noob question.
I have to models
class Field(models.Model): name = models.CharField(max_length=255)