Hii,
Kindly tell me what is ‘Model’ in ‘models.Model’ ?
Class Student(models.Model):
models is a module in which we have Model class which we inherit to create models , hence we write models.Model
Hii,
Kindly tell me what is ‘Model’ in ‘models.Model’ ?
models is a module in which we have Model class which we inherit to create models , hence we write models.Model