from django.db import models class Teacher(models.Model): # first_name = models.CharField() pass