News
PyCon US Keynote Speakers
Keynote Speakers were announced for PyCon US, a hybrid event both online and in Salt Lake City, Utah, from April 27 to May 5, 2022.
Articles
You Probably Don’t Need Django’s get_user_model()
Adam Johnson's take on a vanilla User
import vs get_user_model()
.
Trailing URL Slashes in Django
Why it's a good idea to add them and how Django works under-the-hood.
How to Make Django Raise an Error for Missing Template Variables
Four techniques to check for missing template variables in Django.
Updating A Many-To-Many Relationship In Django
When working with Django's Many-To-Many relationship, forgetting to use the add
method is a common gotcha.
Events
Django Day Copenhagen 2022
A full day of Django talks in-person and with free streaming on April 8, 2022.
Tutorials
Setting up a basic Django project with Poetry
A tutorial on using Pyenv and Poetry to manage the virtual environment and dependencies for a Django project.
Videos
Sponsored Link 2
Podcasts
Django Chat #111: Django the Good Parts w/ James Bennett
James is an original core contributor and longtime pillar of the Django community. We discuss Django’s early years, what it got right (and wrong), how the community developed, and the current state of web development with Django.
Projects
django-postgres-metrics/django-postgres-metrics
A Django application that exposes a bunch of PostgreSQL database metrics..
jefftriplett/django-wordle-auth
👀 In the spirit of April 1st, a Django Wordle Auth backend that uses today's Wordle word of the day as your password for demo websites. 👀