In this tutorial, you will learn how to create a Django project, configure URLS and routes. You'll also learn how to work with static files and HTML templates.
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...
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 Into
1:00 Virtual environment
1:32 Django Setup
4:30 Views
13:20 Templates
23:10 Base HTML - DRY code
35:40 Context Data
37:50 More views
#django