Skip to content

Commit fb1db00

Browse files
authored
📝 Adds missing youtube_urls (#271)
1 parent bf0570d commit fb1db00

2 files changed

+2
-0
lines changed

_schedule/talks/2023-10-17-17-15-t1-what-django-deployment-is-really-about.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ tags:
2323
- deployment
2424
title: What Django Deployment is Really About
2525
track: t1
26+
video_url: https://youtu.be/t-wsiW5mkgA
2627
---
2728

2829
People often spend so much time learning how to build apps in Django that when it comes time for deployment, it feels like a whole new world that they don't understand. Deployment recipes might help them get their app online--but then again they might not, if the steps that worked yesterday don't work today. Even if they do get online, they might not understand that deployment process anymore than they did before.

_schedule/talks/2023-10-18-10-40-t2-django-migrations-friend-or-foe-optimize-your-django-migrations-for-faster-testing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ tags:
2323
title: Django migrations, friend or foe? Optimize your Django migrations for faster
2424
testing
2525
track: t2
26+
video_url: https://youtu.be/YYF1b1QdPlA
2627
---
2728

2829
Django migrations are a great tool for keeping track of changes you made to your models over time.

0 commit comments

Comments
 (0)