Django - save changes made to model objects and render when published
问题 I am new to Django and working on my first project in Django. I am providing a simpler example for my application where - I have 3 different types of users for the application. Teacher's Assistant - Schedules/plans the timetable and courses for the teacher depending on day's agenda Teacher - approves the items on the agenda and marks if an item on the schedule is completed Student - views the schedule of an individual teacher Currently, I have this whole application ready with all its