django-planet

What's new in Django community blogs?

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

Deploying a Django App to Fly.io

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

This tutorial looks at how to deploy a Django application to Fly.io.

Read More

DjangoCon US 2022 Recap

Nov. 9, 2022 » Django Chat » [Archived Version]

DjangoCon US 2022 takeaways, new Django developments, getting unstuck as a junior developer, and more.

Read More

Helpful Shell alias to git repo root

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

Helpful Shell alias to git repo root

Read More