Views and URL in Django | Python

Описание к видео Views and URL in Django | Python

In this video, We will learn about the Django Function Based Views.

What is Django Views?
Django views are Python functions that takes http requests and returns http response, like HTML documents.
A web page that uses Django is full of views with different tasks and missions.
Views are usually put in a file called "views.py" located on your app's folder.

What is URLs?
URLs are the front door to your web application in Django. You can configure how this Django routing happens in urls.py.

👍 If you enjoyed this content, give the video a like. If you want to watch more upcoming videos, consider subscribing to the channel! →    / @skillshats  

🛝 DJANGO PLAYLIST:
   • Django  

🎬 RECOMMENDED VIDEOS:
Django Models:
→    • Add record in Django model | Python  
→    • Add record in Django model | Python  
→    • Update & Delete record in Django Mode...  

䷐ FOLLOW US:
Website: https://skillshats.com
Twitter:   / skillshats  

🏷 TAGS:
#python #django #django-views

Thanks!!
Enjoy 🤗

Комментарии

Информация по комментариям в разработке