Python Django Tutorial - Writing Blog Detail Views

Опубликовано: 26 Сентябрь 2022
на канале: Joseph Kariuki
90
7

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