In this video tutorial, we will demonstrate Creating, Reading, Updating, and Deleting (CRUD) operations on blog posts which enables users to manage their posts without having to access the Django administration dashboard.
Previous video: • Python Django Tutorial - Writing Blo...
Django tutorial playlist: • Python Django Tutorial
====================
⭐️ Video Contents⭐️
⌨️ (0:00:00) Introduction
⌨️ (0:01:30) Create, update and delete views
⌨️ (0:05:59) Creating templates and URLs
⌨️ (0:11:57) Creating sample blog posts
⌨️ (0:16:16) Updating blog posts
⌨️ (0:20:28) Deleting blog posts
⌨️ (0:25:40) Concluding with key points
====================
Django Generic Editing Views: https://docs.djangoproject.com/en/4.1...
Reversing namespace URLs: https://docs.djangoproject.com/en/4.1...
Lazy evaluation of the reverse: 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 #pythonprogramming