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.
Previous video: • Python Django Tutorial - Customizing ...
Django tutorial playlist: • Python Django Tutorial
====================
⭐️ 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:
https://developer.mozilla.org/en-US/d...
The Django template language: https://docs.djangoproject.com/en/4.1...
Django template tags:
https://docs.djangoproject.com/en/4.1...
Bootstrap documentation:
https://getbootstrap.com/docs/5.2/get...
====================
The code used in this series can be found at:
https://github.com/jkaris/my-demo-web...
====================
Reach me through:
My Website - https://josephkariuki.com/
Twitter - / jkariscodes
Instagram - / codekaraoke
#Python #Django #html #bootstrap