Here is models.py file. here Teacher has a foreign key relation with User.
from django.db import models from django.contrib.auth.models import User from django.db