django-planet

What's new in Django community blogs?

Development Cached Templates - Building SaaS #150

Nov. 17, 2022 » Django on Matt Layman » [Archived Version]

In this episode, I ran through a Python exercise on Exercism that focused on strings. Then we moved onto the homeschool app and fixed an issue with templates that were cached during development because of changes in Django 4.1.

Read More

Resize a video with FFmpeg for Mastodon

Nov. 16, 2022 » Paolo Melchiorre » [Archived Version]

How to resize a video with FFmpeg and Vaapi before uploading it to Mastodon to comply its resolution and size restrictions.

Read More

2023 DSF Board Candidates

Nov. 16, 2022 » The Django weblog » [Archived Version]

Thank you to the thirty individuals who have chosen to stand for election. Our deepest gratitude goes to our departing board members for your contributions and commitment to the Django community. Anna Makarudze Mfon Eti-mfon William Vincent Žan Anderle DSF members please take the time to review the candidates so that you can make an informed vote. Clicking on a candidates name will expand their candidate statement. Daniel Andrlik King of Prussia, PA, USASecretaryI’m passionate about Django…

Read More

Nullable DRF FloatFields and Javascript

Nov. 15, 2022 » REVSYS Blog » [Archived Version]

Nullable DRF FloatFields and Javascript

Read More

Intervista Pythonista - Ep 31

Nov. 14, 2022 » Paolo Melchiorre » [Archived Version]

Python Milano presents Intervista Pythonista. We give a voice to Italian Pythonistas and get to know them closely with short interviews. Presented by Marco Santoni and Cesare Placanica.

Read More

unittest’s new context methods in Python 3.11 (with backports)

Nov. 14, 2022 » Adam Johnson » [Archived Version]

Python 3.11 only made one change to unittest, but it’s a good one: context manager methods. These methods can simplify setup and teardown logic in many cases, such as dynamic use of unittest.mock. In this post we’ll look at a couple fo examples using the new …

Read More

unittest’s new context methods in Python 3.11 (with backports)

Nov. 14, 2022 » Adam Johnson » [Archived Version]

Python 3.11 only made one change to unittest, but it’s a good one: context manager methods. These methods can simplify setup and teardown logic in many cases, such as dynamic use of unittest.mock. In this post we’ll look at a couple fo examples using the new …

Read More

Python Type Checking

Nov. 13, 2022 » TestDriven.io » [Archived Version]

This article looks at what type hints are and how they can benefit you. We'll also dive into how you can use Python's type system for type checking.

Read More

Adding Social Authentication to Django

Nov. 11, 2022 » TestDriven.io » [Archived Version]

This tutorial details how to set up social auth with Django and Django Allauth.

Read More