News
PyCon US 2022 Recap and Recording Announcement
All 101 PyCon US 2022 recordings are up now on YouTube.
Need Suggestions for a DjangoCon US 2022 Topic?
Suggestions for topics from the DjangoCon US team. Also applies to DjangoCon Europe!
Reminder: DjangoCon US's CFP closes on Friday, June 10th.
Reminder: DjangoCon Europe's CFP closes on Tuesday, May 31st.
Articles
Adding GraphQL to your Django App
An overview with code snippets of the two main ways--Graphene and Strawberry--to add GraphQL support to an existing Django application.
Django Friday Tips: Less known builtin commands
A look at several less-common Django management commands including diffsettings
, sendtestemail
, inspectdb
, and showmigrations
.
Python Standard Library changes in recent years
While most attention goes to new features, this article focuses on standard library novelties introduced in Python versions 3.8–3.10.
Django + memcached + namespace
A look at using namespaces to get around not being able to delete keys using a wildcard with memcached.
The Django speaking tour 2022
Paolo Melchiorre takes us on his Django 2022 speaking tour across Europe. It was a fun read for those of us who haven't traveled in a few years.
Events
Sponsored Link 2
Affordable Heroku-like experience for Django.
Spin up a production-ready Django application, Postgres DB, and Redis in 5 minutes on AWS, DO, or any other provider.
Podcasts
Django Chat: Django 4.1 Preview with Jeff Triplett
Jeff is a partner at RevSys, Python Software Foundation Director, and DjangoCon organizer. We discuss what’s coming in Django 4.1, DjangoCon US 2022, and his work as a maintainer of djangopackages.org.
Django Girls podcast: Returning to Tech with DjangoGirls
Guest Ann Barr's journey is truly inspiring as she starts a business, gets a psychology degree, returns to be a developer and is now a Consultant and PyConUK 2022 conference director.
Projects
Tetra - Full stack component framework for Django using Alpine.js
Tetra is a full-stack component framework that pairs Alpine.js with Django. Check out the samwillis/tetra repo too.