Python Django Tutorial for Absolute Beginners - #4 URL Routing & Creating the content of the Page

Published: 05 June 2021
on channel: Raza Zaidi
351
14

In this Python Django Tutorial for Absolute Beginners, we will be learning how to get started using the Django framework. I will provide an overview of how to do the URL routing to configure your webpages. We also define the content of the page in our view.

In the previous video, we touched upon how to, download django, install django and python, and what you need to get started to develop python project using django.

In this video we will make a start by creating the content of our Django Project and walking through the URL Routing, which are essential to start developing in python Django Web Framework.

Finally we will also look at running a Django Web Server to test our Django Project.

This Django Tutorial is for beginners, so the pace might be a bit slow.
I will be covering a Django video every week.

Next week we will be covering the django app, stay tuned!

About me…


🦁 Who are you?
My name is Raza. I am 30… I am a manager within IT for a year, but I’ve been an accountant for the majority of my career.
I’m in love with #Python :)

You can find me here:
📷 Instagram:   / razacodes  
📈 Twitter:   / razacodes  
—————————————————————————————

Goals for 2021
Training Python hours: 75/1000
Python/Django Projects: 3/30
Subscribers: 5665/10,000

—————————————————————————————-
#100SecondsOfCode
#pythonforbeginners #programming



Just to get you started…

Django is a high-level Python-based free and open-source web framework for web development, which follows the model-view-template (MVT) architectural pattern.

It is maintained by the Django Software Foundation (DSF). Django's primary goal is to ease the creation of complex, database-driven websites.

Some well-known sites that use Django include the Public Broadcasting Service, Instagram, Mozilla, The Washington Times, Disqus, Bitbucket, and Nextdoor.