ahmar-js

Results 1 comments of ahmar-js

> how to delete all the students i cant delete first two students Go to model.py file in **AttendanceReport class**; Change ` student_id = models.ForeignKey(Students, on_delete=models.DO_NOTHING) ` to ` student_id...