filmov
tv
Python Django Tutorial - Base template Inheritance

Показать описание
Django has its own templating language that is used to interact with the front end of a web application. Template inheritance allows you to build a base/skeleton template containing the common elements of your site e.g. navigation bar, footer, etc. We refer to the template as 'base template' and that defines blocks that child templates (other HTML files) can override.
====================
⭐️ Video Contents⭐️
⌨️ (0:00:00) Introduction
⌨️ (0:00:41) Committing changes to GitHub
⌨️ (0:02:27) Configuring template path setting
⌨️ (0:03:53) Creating a base template
⌨️ (0:04:58) Adding Bootstrap links
⌨️ (0:06:46) Adding layout elements
⌨️ (0:08:59) Customizing homepage template
⌨️ (0:12:21) Adding View and URL for the homepage
====================
Introduction to HTML:
Django template tags:
Bootstrap documentation:
====================
The code used in this series can be found at:
====================
Reach me through:
#Python #Django #html #bootstrap
====================
⭐️ Video Contents⭐️
⌨️ (0:00:00) Introduction
⌨️ (0:00:41) Committing changes to GitHub
⌨️ (0:02:27) Configuring template path setting
⌨️ (0:03:53) Creating a base template
⌨️ (0:04:58) Adding Bootstrap links
⌨️ (0:06:46) Adding layout elements
⌨️ (0:08:59) Customizing homepage template
⌨️ (0:12:21) Adding View and URL for the homepage
====================
Introduction to HTML:
Django template tags:
Bootstrap documentation:
====================
The code used in this series can be found at:
====================
Reach me through:
#Python #Django #html #bootstrap