Django Template Inheritance Explained

preview_player
Показать описание
This video will show why to use template inheritance in your Django projects.

#Python #Django #Web

Connect with me with:

🔥 Comment below if you want to see more videos in that style

👍 Subscribe to start your Python Developer / DevOps Engineer journey here:

Links:
My Personal website:

Timeline of the video:
00:00 - 01:55 - What Problems template inheritance solves?
01:56 - 08:17 - Project overview with inheritance implemented
08:18 - 12:22 - The real reason to use inheritance (the {% block %}) Jinja function
12:23 - 18:31 - Implement template inheritance hands-on
Рекомендации по теме
Комментарии
Автор

Will you use the template inheritance structure in your Django websites?

jimshapedcoding
Автор

Straight to the point tutorial.
Thank you!

user.name--oreneus
Автор

Great video Jim! I wanted to clarify when to use inheritance and when to use include and now I know :)

Shirleyfichman