dimanche 23 août 2020

How to select students for teachers automatically in Django

This is my students class

class Students(AbstractUser):
    mobile_number = models.TextField()

My Teacher Class

class Teacher(models.Model):
    students = models.TextField()

How can associate 6 students to one teacher automatically in Django




Aucun commentaire:

Enregistrer un commentaire