In this video tutorial, we create the blog views, URL configuration, and design template demonstrating the model-view-template pattern by example.
Previous video: • Python Django Tutorial - Writing Mod...
Django tutorial playlist: • Python Django Tutorial
====================
⭐️ Video Contents⭐️
⌨️ (0:00:00) Introduction
⌨️ (0:01:29) Creating List and Detail views
⌨️ (0:05:05) Creating the URLs for views
⌨️ (0:07:26) Creating the templates for the blog
⌨️ (0:09:51) Registering blog post models in the admin
⌨️ (0:12:19) Creating blog categories and posts
====================
Class-based Views: https://docs.djangoproject.com/en/4.1...
Django generic display views: https://docs.djangoproject.com/en/4.1...
Registering models in admin: 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 #webdevelopment