MhdAliHarmalani

Results 2 comments of MhdAliHarmalani

it is worked with me when I changed course_id to exist one, in models.py file in line 186: I changed from 1 to 2 like that: Students.objects.create(admin=instance, course_id=Courses.objects.get(id=2), session_year_id=SessionYearModel.objects.get(id=1), address="",...

it worked with me when I changed course_id to exist one, in models.py file in line 186: I changed from 1 to 2 like that: Students.objects.create(admin=instance, course_id=Courses.objects.get(id=2), session_year_id=SessionYearModel.objects.get(id=1), address="", profile_pic="",...