Python Django Tutorial - Managing CRUD Permissions on Blog Posts

Опубликовано: 02 Октябрь 2022
на канале: Joseph Kariuki
344
8

In this video tutorial, we will demonstrate permission handling when it comes to creating, editing, and deleting blog posts which ensures integrity within those operations.

Previous video:    • Python Django Tutorial -  CRUD Operat...  
Django tutorial playlist:    • Python Django Tutorial  

====================

⭐️ Video Contents⭐️
⌨️ (0:00:00) Introduction & problem statement
⌨️ (0:01:54) Adding CKEditor to blog body form
⌨️ (0:06:08) Creating edit and delete buttons
⌨️ (0:11:14) Implementing LoginRequiredMixin
⌨️ (0:16:34) Implementing UserPassesTestMixin
⌨️ (0:23:31) Conclusion

====================

Django Generic Editing Views: https://docs.djangoproject.com/en/4.1...
Django CKEditor: https://django-ckeditor.readthedocs.io/
Django Permissions and Authorization: https://docs.djangoproject.com/en/4.1...
LoginRequiredMixin: https://docs.djangoproject.com/en/4.1...
UserPassesTestMixin: 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 #authorization #pythonprogramming