In this second part(2.2), we would continue building other features of the app with Django's Generic Class Based Views.
Github starter repo: https://github.com/fleepgeek/Bloggest
Playlist: • Try Django Class Based Views by build...
Update
At 14:53 there is no need to call form.save(). Big thanks to Jonathan Warner for spotting this. Don't know it didn't work at that moment. Maybe the error was already there and i needed just to trigger a server restart via a file change.