-
Notifications
You must be signed in to change notification settings - Fork 830
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Raw Create & Delete Class Based View #3
Comments
Hello, |
UPDATE:
I will keep on searching for ways to get this working better. ORIGINAL POST: "System check identified no issues (0 silenced). This answer seems to indicate that means that there is a missing POST definition, but I am baffled as to where. My first impression was to maybe add some kind of POST definition to the CourseView, since that is where it redirects after save, but that was made using the base class view "Views" according to the Youtube tutorial so it should be fine as-is. I am uncertain, but I'm going to continue combing through the views and see if I can find an error on my end in comparison. |
In the following
Raw Create Class Based View
andRaw 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
The text was updated successfully, but these errors were encountered: