In the following Raw Create Class Based View and Raw Delete Class Based View having issue on page rendering.
i.e. Creation and Deleting happening in the DB but it's not getting reflected in the course_list.html
On creation the new element is not showing,
On deleting it's still showing the deleted element in the course_list
They are working fine in the Class Views. i.e. blog