Python Django Tutorials: Full-Featured Web APP EP7 - Create, Update and Delete Posts.

Опубликовано: 27 Январь 2025
на канале: Byron Codes
52
3

This tutorial shows how to manage posts by developing views for creating, updating and deleting blog posts.

We also learn how to add control measures to this views by using Django's Mixins.


This a GYM management web app that will enable members to enroll to our gym, manage their subscriptions and admins to collect revenue. We'll also include a Blog feature that will enable the admins and select-users to post blog posts.

Code for this EP:
https://github.com/MandelaByron/Djang...

Snippets:
https://github.com/MandelaByron/djang...

STATIC files template code:
https://github.com/MandelaByron/gymli...

✅You can support the channel by Buying Me a Coffee here - https://bit.ly/3AAOXbW

0:00 Intro
1:24 get_absolute_url
4:16 CreateView
10:06 UpdateView
12:46 DeleteView
18:17 LoginRequiredMixin
20:03 UserPassesTestMixin
26:02 setting URLs
28:13 Closing

#django #programming #coding #python