ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

716 results

GenTech
Forget AI. Build This Django Project to Get Hired (2026)

Worried that AI will replace Junior Developers? The solution isn't to code faster; it's to build complex SaaS systems that AI can't ...

3:39
Forget AI. Build This Django Project to Get Hired (2026)

353 views

1 month ago

Nexapy Technologies
Introduction to Django for Beginners

Welcome to the Django Simplified series! In this first video, we'll introduce Django, explain what it is, why it's so popular, and ...

3:09
Introduction to Django for Beginners

21 views

5 months ago

EuroPython Conference
Django and HTMX: Patterns to Success — Lucas Pires

EuroPython 2025 — North Hall on 2025-07-18] *Django and HTMX: Patterns to Success by Lucas Pires* ...

29:00
Django and HTMX: Patterns to Success — Lucas Pires

681 views

3 months ago

GenTech
Install Django Step by Step | Django Project Management System with AdminLTE 3 (Part 1.1)

In this video, we'll walk through the step-by-step process of installing Django for our Project Management System. This is part of ...

10:44
Install Django Step by Step | Django Project Management System with AdminLTE 3 (Part 1.1)

167 views

5 months ago

GenTech
Create Your First Django View | Django Project Management System with AdminLTE 3 (Part 1.5)

In this video, we will create a simple django view after setting up the project and app. This is a django tutorial for beginners who ...

3:40
Create Your First Django View | Django Project Management System with AdminLTE 3 (Part 1.5)

377 views

5 months ago

GenTech
Create Django Project Step by Step | Django Project Management System with AdminLTE 3 (Part 1.2)

In this video, we'll create our first Django project step by step as part of our Django Project Management System tutorial with ...

1:57
Create Django Project Step by Step | Django Project Management System with AdminLTE 3 (Part 1.2)

149 views

5 months ago

GenTech
Django Project Structure Explained | Django Project Management System with AdminLTE 3 (Part 1.4)

This video offers a quick look at the Django automatically creates when you start a new Django project and its default django ...

2:09
Django Project Structure Explained | Django Project Management System with AdminLTE 3 (Part 1.4)

182 views

5 months ago

Peter Schneider
What's the best way to extend the User model in Django?

What's the best way to extend the User model in Django? I hope you found a solution that worked for you :) The Content is ...

5:31
What's the best way to extend the User model in Django?

1 view

8 months ago

The Coding Gopher
99% of Developers Don't Get Sockets

Get 40% OFF CodeCrafters: https://app.codecrafters.io/join?via=the-coding-gopher ⬆️ Best project-based coding platform.

12:05
99% of Developers Don't Get Sockets

494,083 views

9 months ago

GenTech
Run Django Development Server | Django Project Management System with AdminLTE 3 (Part 1.3)

In this video, we'll run the Django development server for the very first time and confirm our project is working correctly. You'll see ...

1:26
Run Django Development Server | Django Project Management System with AdminLTE 3 (Part 1.3)

99 views

5 months ago

The Debug Zone
How to Use Django Admin Inline Without ForeignKey Relation: A Guide

In this video, we'll explore a unique approach to using Django Admin Inline without relying on ForeignKey relationships. Whether ...

1:32
How to Use Django Admin Inline Without ForeignKey Relation: A Guide

21 views

9 months ago

Nexapy Technologies
KivyMD + Django REST Showcase | Bikerider App with Face & Biometric Auth (JWT)

Bikerider App Showcase – Built with KivyMD & Django REST Framework In this video, I showcase a real-world mobile ...

11:01
KivyMD + Django REST Showcase | Bikerider App with Face & Biometric Auth (JWT)

237 views

9 months ago

Nexapy Technologies
Install Python, Virtual Environment & Django

In this video, we'll install and set up Django step by step so you can start building web applications. What we'll cover in this ...

10:30
Install Python, Virtual Environment & Django

51 views

5 months ago

King Greatman Spirit
🚀 CodeQuest Daily #2 | Build Real Solutions with Python, Django & PostgreSQL | Beginner Projects

Welcome back to CodeQuest Daily! In today's episode (#2), we're turning ideas into real applications using Python, Django, ...

26:49
🚀 CodeQuest Daily #2 | Build Real Solutions with Python, Django & PostgreSQL | Beginner Projects

21 views

Streamed 4 months ago

The Debug Zone
How to Filter Django ModelViewSet List Using URL Parameters Effectively

In this video, we'll explore the powerful capabilities of Django's ModelViewSet and how to leverage URL parameters to filter your ...

2:16
How to Filter Django ModelViewSet List Using URL Parameters Effectively

6 views

10 months ago

Codanics
DJANGO Installation Step-by-Step | Conda & Python Virtual Environments Setup | Django Course

You can book One to one consultancy session with me on Mentoga: https://mentoga.com/muhammadaammartufail DJANGO ...

21:59
DJANGO Installation Step-by-Step | Conda & Python Virtual Environments Setup | Django Course

1,187 views

5 months ago

The Debug Zone
Using Python Asyncio in Django Views: A Complete Guide to Asynchronous Programming

In this video, we dive into the world of asynchronous programming with Python's Asyncio, specifically within the context of Django ...

2:08
Using Python Asyncio in Django Views: A Complete Guide to Asynchronous Programming

5 views

9 months ago

Codanics
Django Project Files Explained | manage.py, settings.py, urls.py & More | Django Free Course

You can book One to one consultancy session with me on Mentoga: https://mentoga.com/muhammadaammartufail Description ...

13:43
Django Project Files Explained | manage.py, settings.py, urls.py & More | Django Free Course

723 views

5 months ago

The Debug Zone
How to Display and Save Django ArrayField: A Complete Guide

In this comprehensive guide, we'll explore the ins and outs of using Django's ArrayField, a powerful feature that allows you to ...

2:17
How to Display and Save Django ArrayField: A Complete Guide

2 views

5 months ago

Grazer Linuxtage
Grazer Linuxtage 2025 - Building Better APIs: From Django to Client Libraries with OpenAPI

Ever found yourself wrestling with outdated API documentation, broken client libraries, or compatibility issues in your Django ...

37:13
Grazer Linuxtage 2025 - Building Better APIs: From Django to Client Libraries with OpenAPI

60 views

9 months ago

King Greatman Spirit
CodeQuest Daily | Day 4: Build Expense Tracker Pro App with Django & Python (Full Tutorial)

Welcome to CodeQuest Daily – Day 4! Today, we're building the Expense Tracker Pro App with Django + Python — a ...

20:32
CodeQuest Daily | Day 4: Build Expense Tracker Pro App with Django & Python (Full Tutorial)

32 views

Streamed 4 months ago

The Coding Gopher
99% of Developers Don't Get PostgreSQL

Check out Supabase: https://supabase.plug.dev/qnxeTMY ❤️ Get 40% OFF CodeCrafters: ...

12:40
99% of Developers Don't Get PostgreSQL

185,594 views

3 months ago

The Debug Zone
Fixing Django ProgrammingError: Cannot Cast Type text[] to jsonb Explained

In this video, we dive into a common issue faced by Django developers: the ProgrammingError related to casting between ...

1:30
Fixing Django ProgrammingError: Cannot Cast Type text[] to jsonb Explained

1 view

5 months ago

King Greatman Spirit
CodeQuest Daily | Day 3: Django & Python Crash Course – Build Smarter Web Apps Fast!

Welcome back to CodeQuest Daily – Day 3! Today, we're diving into Django, the powerful Python web framework that ...

1:05:48
CodeQuest Daily | Day 3: Django & Python Crash Course – Build Smarter Web Apps Fast!

35 views

Streamed 4 months ago

King Greatman Spirit
🚀 CodeQuest Daily #2 | Build Real Solutions with Python, Django & PostgreSQL | Beginner Projects

Welcome back to CodeQuest Daily! In today's episode (#2), we're turning ideas into real applications using Python, Django, ...

0:26
🚀 CodeQuest Daily #2 | Build Real Solutions with Python, Django & PostgreSQL | Beginner Projects

3 views

Streamed 4 months ago