Closed chriskessler closed 2 years ago
Good catch, I did not realize that, thanks!
It's hard to update the videos right now, but you can try to use the SuccessMessageMixin
using this example:
https://dev.to/serhatteker/show-message-in-class-based-views-django-4a4d
I abandoned cbvs since ;) - I find function based views way more straightforward. See this reference: https://spookylukey.github.io/django-views-the-right-way/
HTH Bob
Great! Thanks for the links and for the quick response
Hi There, I noticed once switching to class-based views from function-based, we lost the messages for successful new|update|delete in the video and it wasn't addressed. Any chance that could be touched on? Or maybe I missed something?
Thanks! Chris