#DjangoFeatureFriday
#DjangoFeatureFriday
Starting with... background tasks!
Django 6.0 includes a new Tasks framework for running code outside the request-response cycle. Neat for things like sending email or processing data...
#Django #DjangoFeatureFriday
Starting with... background tasks!
Django 6.0 includes a new Tasks framework for running code outside the request-response cycle. Neat for things like sending email or processing data...
#Django #DjangoFeatureFriday
If you use Django, you've likely relied on context processors before—features like auth, i18n, static files and messages all use them.
Let's learn about this simple-but-useful tool to add extra context to your Django views.
🧵 1/4
#DjangoFeatureFriday
If you use Django, you've likely relied on context processors before—features like auth, i18n, static files and messages all use them.
Let's learn about this simple-but-useful tool to add extra context to your Django views.
🧵 1/4
#DjangoFeatureFriday