ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

4,102,019 results

Related queries

django admin panel customization

django class based views

how django works

django models

django freecodecamp

django middleware

django rest framework tutorial

django templates

django forms

django framework

geeky shows django

django project tutorial

django tamil

what is django

django simple project

Net Ninja
Django Tutorial #3 - URLs and Views

DONATE :) - https://www.paypal.me/thenetninja Hey all, in this django tutorial for beginners we'll take a look at the urls.py and the ...

11:39
Django Tutorial #3 - URLs and Views

195,769 views

8 years ago

Code Stack
How Django Works (MVT Pattern)

The MVT (Model View Template) is a software design pattern. It is a collection of three important components Model View and ...

1:28
How Django Works (MVT Pattern)

97,868 views

6 years ago

Dennis Ivy
What are Django class based views & should you use them?

Check out my Complete Django course! https://dub.sh/NvGboTI Full Article: https://dennisivy.com/django-class-based-views Build ...

36:19
What are Django class based views & should you use them?

92,323 views

4 years ago

Cours Python
DJANGO - 5 URLS ET VIEWS INTRODUCTION

Introduction aux urls et views dans Django. 00:00:00 Introduction 00:00:55 Demo 00:01:36 urls.py project level 00:02:36 ...

7:59
DJANGO - 5 URLS ET VIEWS INTRODUCTION

163 views

4 years ago

Dennis Ivy
Why I Use Django Function Based Views

I use Function based views in most of my tutorials and recommend them for most beginners, here's why... Check out my Complete ...

7:58
Why I Use Django Function Based Views

29,781 views

4 years ago

Comment Coder
Views in Django | Coding Websites with Django #2

We continue our project by creating a first application and implementing the view file. In this episode, we see how to create ...

7:37
Views in Django | Coding Websites with Django #2

6,020 views

1 year ago

Coding for All
3. Explaining Views And  URLs  in Django Detailed Tutorial

3. Explaining Views And URLs in Django Detailed Tutorial - In this video, I have explained what are views and URLs in Django ...

13:45
3. Explaining Views And URLs in Django Detailed Tutorial

165,344 views

2 years ago

BugBytes
Django - Add Context to Class-Based Views | get_context_data()

Join our channel to get access to perks: https://www.youtube.com/channel/UCTwxaBjziKfy6y_uWu30orA/join ☕️ Buy me a ...

6:30
Django - Add Context to Class-Based Views | get_context_data()

1,555 views

2 months ago

People also watched

BugBytes
HTML Templates with Django! Returning HTML from Django Views

Join our channel to get access to perks: https://www.youtube.com/channel/UCTwxaBjziKfy6y_uWu30orA/join ☕️ Buy me a ...

16:25
HTML Templates with Django! Returning HTML from Django Views

1,949 views

3 months ago

Very Academy
Build a Django CRUD Application with Class Based Views

In this Django tutorial for beginners I'm going to develop a Django example to show you how to develop a simple Django CMS ...

39:50
Build a Django CRUD Application with Class Based Views

25,084 views

5 years ago

CodingWithMitch
Django Apps, Views and Templates (A Beginners look)

Free website building course with Django & Python: https://codingwithmitch.com/courses/building-a-website-django-python/ In this ...

17:18
Django Apps, Views and Templates (A Beginners look)

65,774 views

6 years ago

Docstring
La Formation Complète Django

NOUVEAU : Certifie tes compétences avec ton CPF et notre programme TOSA : https://bit.ly/4dRF2MQ 2h de formation en français ...

2:09:48
La Formation Complète Django

237,652 views

4 years ago

Codemiax
Creating views and urls for project | Django | Python

In this video I have explained about views in django Django tutorial ...

8:10
Creating views and urls for project | Django | Python

4,795 views

3 years ago

Very Academy
Python OOP for Django Class Based Views Explained - Beginners guide to OOP and using Django Classes

Learn basics of Python Object-Oriented-Programming & Django Class Based Views at the same time. This is a beginners guide to ...

52:32
Python OOP for Django Class Based Views Explained - Beginners guide to OOP and using Django Classes

22,332 views

5 years ago

Dave Gray
Python Django Forms tutorial

Web Dev Roadmap for Beginners (Free!): https://bit.ly/DaveGrayWebDevRoadmap In this Python Django forms tutorial, we will ...

26:54
Python Django Forms tutorial

28,609 views

1 year ago

SoutienIntelligence
07-Projet web avec Django Pour Débutant | URL et view dans Django

Découvrez comment créer un projet web simple avec Django grâce à notre playlist vidéo complète. Apprenez à configurer votre ...

15:11
07-Projet web avec Django Pour Débutant | URL et view dans Django

368 views

2 years ago

Tech With Tim
Django & React Web App Tutorial - Authentication, Databases, Deployment & More...

GET MY FREE SOFTWARE DEVELOPMENT GUIDE https://training.techwithtim.net/free-guide In this video, you will learn how ...

2:22:03
Django & React Web App Tutorial - Authentication, Databases, Deployment & More...

604,538 views

1 year ago

JustDjango
Django Class Based Views Tutorial

In this video we're going through Class Based Views. CBV's are basically a cleaner, simpler and generic way of creating ...

31:34
Django Class Based Views Tutorial

46,993 views

6 years ago

codevev
What are Django Views | Python Web Development

Python #Shorts Django view, also known as a view function or just a view, is a function in Python that returns a web response ...

1:00
What are Django Views | Python Web Development

418 views

4 years ago

BugBytes
Django - Views, URLs and Management Commands

Join our channel to get access to perks: https://www.youtube.com/channel/UCTwxaBjziKfy6y_uWu30orA/join ☕️ Buy me a ...

23:13
Django - Views, URLs and Management Commands

4,146 views

5 months ago

BugBytes
Django - Generic & Class-Based Views! (an alternative to functions)

Join our channel to get access to perks: https://www.youtube.com/channel/UCTwxaBjziKfy6y_uWu30orA/join ☕️ Buy me a ...

13:48
Django - Generic & Class-Based Views! (an alternative to functions)

2,754 views

2 months ago

Very Academy
Learn Django Class-Based Views - Using TemplateView - theory and examples

Learn Django Class-Based Views through a series of small Django tutorials introducing Class-Based Views starting with ...

20:35
Learn Django Class-Based Views - Using TemplateView - theory and examples

66,603 views

5 years ago

BugBytes
Django Views - Capturing and Using URL parameters

Join our channel to get access to perks: https://www.youtube.com/channel/UCTwxaBjziKfy6y_uWu30orA/join ☕️ Buy me a ...

7:31
Django Views - Capturing and Using URL parameters

1,590 views

4 months ago

Telusko
#9 Django tutorials | Model View Template in Django | MVT

Python Tutorials for beginner : https://bit.ly/2qfhUCp Django Tutorials ...

5:54
#9 Django tutorials | Model View Template in Django | MVT

215,187 views

6 years ago

BugBytes
Django - @cache_page() decorator for view caching!

Django & HTMX FULL COURSE: https://www.udemy.com/course/django-htmx-hypermedia-web-apps/?

13:46
Django - @cache_page() decorator for view caching!

1,489 views

3 weeks ago

Codemy.com
Django Views Homepage View

How to create a django view and urls. In this video we'll create our first webpage. We need to look at three things; our views.py file ...

8:38
Django Views Homepage View

9,304 views

6 years ago

Max Rohowsky
Python Django Tutorial #2: Apps, Views, and URL Routes

Django is an awesome backend framework. Here, we'll carry on from the last tutorial and talk about apps, views, and URL routes.

4:34
Python Django Tutorial #2: Apps, Views, and URL Routes

2,332 views

2 years ago

BugBytes
django-allauth - Views and Template customization | Overriding django-allauth templates

Join our channel to get access to perks: https://www.youtube.com/channel/UCTwxaBjziKfy6y_uWu30orA/join ☕️ Buy me a ...

21:20
django-allauth - Views and Template customization | Overriding django-allauth templates

1,533 views

1 month ago

Dennis Ivy
URLS and Views | Django Framework (3.0) Crash Course Tutorials (pt 2)

Check out my Complete Django course! https://dub.sh/NvGboTI NOTE: Updated and compatible with Django 3.0 Django URL ...

9:38
URLS and Views | Django Framework (3.0) Crash Course Tutorials (pt 2)

214,561 views

6 years ago