In this video tutorial, we will create a detailed view for each individual blog post.
Previous video: • Python Django Tutorial - Writing Blo...
Django tutorial playlist: • Python Django Tutorial
====================
⭐️ Video Contents⭐️
⌨️ (0:00:00) Introduction
⌨️ (0:00:30) Creating blog detail view and URLs
⌨️ (0:01:38) Creating blog detail template
⌨️ (0:07:57) Applying auto escape
⌨️ (0:08:53) Linking blog lists to their posts
====================
Django Detail Views: https://docs.djangoproject.com/en/4.1...
Reversing namespace URLs: https://docs.djangoproject.com/en/4.1...
Creating user-friendly template context: https://docs.djangoproject.com/en/4.1...
Autoescape tag: https://docs.djangoproject.com/en/4.1...
====================
The code used in this series can be found at:
https://github.com/jkaris/my-demo-web...
====================
Reach me through:
My Website - https://josephkariuki.com/
Twitter - / jkariscodes
Instagram - / codekaraoke
#python #django #database #model