Python Django Tutorial - Creating Templates, Views, and URLs

Опубликовано: 22 Август 2022
на канале: Joseph Kariuki
144
4

Django templates play an important role which is handling HTML, CSS, and JavaScript and rendering what the end user sees. The views' role is to take a web request process it in a logical way and give a result which is a web response through a URL pattern match. Let us have a look at these components in this video tutorial.

Previous video:    • Python Django Tutorial - Base templat...  
Django tutorial playlist:    • Python Django Tutorial  

====================

⭐️ Video Contents⭐️
⌨️ (0:00:00) Creating about, blog, and contact pages
⌨️ (0:01:47) Change page titles using tags
⌨️ (0:05:43) Creating views
⌨️ (0:08:09) Creating URLs
⌨️ (0:11:21) Customizing the navigation bar

====================

The Django template language: https://docs.djangoproject.com/en/4.1...
Django URL dispatecher:
https://docs.djangoproject.com/en/4.1...
Django Views:
https://docs.djangoproject.com/en/4.1...
Django templates:
https://docs.djangoproject.com/en/4.1...
Template inheritance:
https://docs.djangoproject.com/en/4.1...

====================

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