Latest Videos

DjangoCon 2022 | Async Django: The practical guide you've been **awaiting** for.

DjangoCon 2022 | Async Django: The practical guide you've been **awaiting** for.

Async Django: The practical guide you've been awaiting for by Carlton Gibson There’s a lot of excitement about Django going …

View Details
No thumbnail

DjangoCon 2022 | Closing Session

View Details
DjangoCon 2022 | Lightning Talks Day 3

DjangoCon 2022 | Lightning Talks Day 3

00:00 1st Talk 5:51 2nd Talk 11:19 3rd Talk 13:25 4th Talk 18:29 5th Talk 23:27 6th Talk 27:05 7th …

View Details
DjangoCon 2022 | Foundational Knowledge: The Why and How of the Django Software Foundation

DjangoCon 2022 | Foundational Knowledge: The Why and How of the Django Software Foundation

Foundational Knowledge: The Why and How of the Django Software Foundation by Chaim Kirby Discussing why the Django Software Foundation …

View Details
DjangoCon 2022 | How to facilitate sponsorships for open source projects

DjangoCon 2022 | How to facilitate sponsorships for open source projects

How to facilitate sponsorships for open source projects by Jerome Leclanche We discuss financial sponsorships in open source project, from …

View Details
DjangoCon 2022 | Why would anyone use Snowflake as a backend for Django?

DjangoCon 2022 | Why would anyone use Snowflake as a backend for Django?

Why would anyone use Snowflake as a backend for Django? by Felipe Hoffa The natural backend for Django is an …

View Details
DjangoCon 2022 | Data-Oriented Django

DjangoCon 2022 | Data-Oriented Django

Data-Oriented Django by Adam Johnson Data-Oriented Design focuses on how software transforms specific inputs to specific outputs, on specific hardware. …

View Details
DjangoCon 2022 | Keynote: Growing pains of an open source project

DjangoCon 2022 | Keynote: Growing pains of an open source project

Keynote: Growing pains of an open source project by Pradyun Gedam A discussion of how open source software projects are …

View Details
DjangoCon 2022 | A use case of implementing Domain-Driven Design (DDD) in Django

DjangoCon 2022 | A use case of implementing Domain-Driven Design (DDD) in Django

A use case of implementing Domain-Driven Design (DDD) in Django by SebCorbin Our feedback on integrating some DDD tactical patterns …

View Details
DjangoCon 2022 | Handling Django in highly concurrent & scale environment

DjangoCon 2022 | Handling Django in highly concurrent & scale environment

Handling Django in highly concurrent & scale environment by Tarun Garg Django is very good for getting things started & …

View Details
DjangoCon 2022 | Run your tests in hundreds of different environments fast. I mean really fast.

DjangoCon 2022 | Run your tests in hundreds of different environments fast. I mean really fast.

Run your tests in hundreds of different environments fast. I mean really fast. by Anton Pirker As a Python library …

View Details
DjangoCon 2022 | Keynote: Scaling from One to Billions

DjangoCon 2022 | Keynote: Scaling from One to Billions

Keynote: Scaling from One to Billions by Daniel Roy Greenfeld This talk ties the core components of what makes a …

View Details
DjangoCon 2022 | Lightning Talks Day 2

DjangoCon 2022 | Lightning Talks Day 2

00:00 1st Talk 05:01 2nd Talk 08:00 3rd Talk 11:37 4th Talk 17:02 5th Talk 21:49 6th Talk

View Details
DjangoCon 2022 | factory_boy: testing like a pro

DjangoCon 2022 | factory_boy: testing like a pro

factory_boy: testing like a pro by Camila Maia How to test complex objects using the library factory_boy. The lessons I’ve …

View Details
DjangoCon 2022 | The (Python) Magic of Django: A Tour of the Codebase

DjangoCon 2022 | The (Python) Magic of Django: A Tour of the Codebase

The (Python) Magic of Django: A Tour of the Codebase by Mark Smith This tour of Django's codebase will explain …

View Details
DjangoCon 2022 | Predict Lightning Strikes using Django and AWS

DjangoCon 2022 | Predict Lightning Strikes using Django and AWS

Predict Lightning Strikes using Django and AWS by Calvin Hendryx-Parker Can you predict lightning strikes using Django and AWS? Yes! …

View Details
DjangoCon 2022 | From React to htmx on a real-world SaaS product: we did it, and it's awesome!

DjangoCon 2022 | From React to htmx on a real-world SaaS product: we did it, and it's awesome!

From React to htmx on a real-world SaaS product: we did it, and it's awesome! by David Guillot We took …

View Details
DjangoCon 2022 | Quality Assurance in Django - Testing what matters

DjangoCon 2022 | Quality Assurance in Django - Testing what matters

Quality Assurance in Django - Testing what matters by Radoslav Georgiev Writing tests is notoriously cunning - you can do …

View Details
DjangoCon 2022 | How to wag a dog

DjangoCon 2022 | How to wag a dog

How to wag a dog by Daniele Procida Dogs wag their tails, and when the opposite happens, it represents distorted …

View Details
DjangoCon 2022 | Observe!

DjangoCon 2022 | Observe!

Observe! by Honza Král We have a lot of great tools to help us develop Django applications, from tests to …

View Details
DjangoCon 2022 | Better managing i18n and PO files

DjangoCon 2022 | Better managing i18n and PO files

Better managing i18n and PO files by Felix Mino Stop dealing with giant PO files when trying to achieve i18n …

View Details
DjangCon 2022 | 🐍 ❤️ 🦀

DjangCon 2022 | 🐍 ❤️ 🦀

🐍 ❤️ 🦀 by Markus Holtermann We love writing Python. Yet, sometimes, its performance is not ideal. Instead of going …

View Details
DjangoCon 2022 | Will PyScript replace Django? - What PyScript is and is not

DjangoCon 2022 | Will PyScript replace Django? - What PyScript is and is not

Will PyScript replace Django? - What PyScript is and is not by Cheuk Ting Ho PyScript hit the community like …

View Details
DjancoCon 2022 | KEYNOTE: What should you have to worry about

DjancoCon 2022 | KEYNOTE: What should you have to worry about

Keynote: What should you have to worry about by Katie McLaughlin As a Django developer, there are things you need …

View Details
DjangoCon 2022 | Introducing Django Ninja

DjangoCon 2022 | Introducing Django Ninja

Introducing Django Ninja by Vitaliy Kucheryaviy Django Ninja is the quickest way to build REST APIs, that will be fast, …

View Details
DjangoCon 2022 | Deep Inside Django's ORM: How Django Builds Queries

DjangoCon 2022 | Deep Inside Django's ORM: How Django Builds Queries

Deep Inside Django's ORM: How Django Builds Queries by Bas Steins Django's ORM is probably the most powerful feature of …

View Details
DjangoCon 2022 | Add Multi-Factor Authentication (MFA) to Django in Mere Minutes

DjangoCon 2022 | Add Multi-Factor Authentication (MFA) to Django in Mere Minutes

Add Multi-Factor Authentication (MFA) to Django in Mere Minutes by Justin Mayer Passwords alone can’t protect us. We need multi-factor …

View Details
DjangoCon 2022 | Lightning Talks Day 1

DjangoCon 2022 | Lightning Talks Day 1

00:00 1st Talk 04:11 2nd Talk 08:47 3rd Talk 14:10 4th Talk 19:25 5th Talk 23:10 6th Talk 26:01 7th …

View Details
DjangoCon 2022 | The hack behind the curtain!

DjangoCon 2022 | The hack behind the curtain!

The hack behind the curtain! Deploying a Multitenant Django application to more than 1600 stores by Emilio Carrión Data isolation …

View Details
DjangCon 2022 | The windy path to fast, pain-free, reproducible developer environments

DjangCon 2022 | The windy path to fast, pain-free, reproducible developer environments

The windy path to fast, pain-free, reproducible developer environments by Darian Moody How we extricated ourselves from a world of …

View Details
DjangoCon 2022 | Component-driven UI development with Django and Storybook

DjangoCon 2022 | Component-driven UI development with Django and Storybook

Component-driven UI development with Django and Storybook by Thibaud Colas In the modern JavaScript landscape, component-focused UI frameworks are the …

View Details
DjangoCon 2022 | Experimenting with file-based routing in Django

DjangoCon 2022 | Experimenting with file-based routing in Django

Experimenting with file-based routing in Django by Sage Abdullah File-system based routing has been widely used in JavaScript web frameworks …

View Details
DjangoCon 2022 | Hidden gems of Django Admin. Part 1 - Maxim Danilov

DjangoCon 2022 | Hidden gems of Django Admin. Part 1 - Maxim Danilov

Hidden gems of Django Admin. Part 1. The Django Admin Panel is a complex and bad-documented tool in the Django …

View Details
DjangoCon 2022 | KEYNOTE: Improving Contributor Experience & Broadening Contributor Scope

DjangoCon 2022 | KEYNOTE: Improving Contributor Experience & Broadening Contributor Scope

Keynote: Improving Contributor Experience & Broadening Contributor Scope by Kojo Idrissa

View Details
DjangoCon 2022 - Welcome Session

DjangoCon 2022 - Welcome Session

DjangoCon Europe 2022 welcome session.

View Details

All Conferences

DjangoCon Europe

-

View Details