Python Django Tutorials: Full-Featured Web APP EP6 - Blog Application and Class-based Views

Опубликовано: 01 Июнь 2025
на канале: Byron Codes
153
4

We progress our Django series by adding a Blog Application - you will learn how to work with Class-based views and important Django database operations.


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:20 blog app
1:40 models
4:30 choices
6:30 slugify
7:35 class Meta
12:20 ListView
26:22 custom objects manager
28:00 context data in CBV
29:10 DetailView
35:50 F() expression

#django #programming #coding #python