News
Django 3.1 Released
3.1 is live! You can read the release notes. Please take a moment to thank our two Django Fellows, @MariuszFelisiak and @carltongibson, who made this release possible.
Upgrade to pip 20.2, plus, changes coming in 20.3
The newest version of pip, 20.2, is now released. You can install it by running python -m pip install --upgrade pip
.
Sponsored Link 1
Django Best Practices the Two Scoops Way - August 14 2020, 9:00 AM - 4:00 PM [PST]
A live online event where Daniel Feldroy, co-author of Two Scoops of Django, dives into Django and Python best practices. Attendees can ask questions and are encouraged to do so.
Articles
Django 3.1 Async
Django 3.1 introduces asynchronous views, middlewares, and tests. This article walks you through those features.
Backporting a Django ORM Feature with Database Instrumentation
How to use database instrumentation to backport a Django ORM feature.
Some SQL Tricks of an Application DBA
Haki Benita's guide to non-trivial tips for database development.
Goodconf: A Python Configuration Library
Lincoln Loop recently released Goodconf and this is their guide to why and how to use it.
Why you shouldn’t remove your package from PyPI
Gonçalo Valério covers how to migrate your Python package to a new name and how to deprecate the old version.
A Story of How I Built This Website in Wagtail
Ria Parish walks us through a case study of building a blog with Django and Wagtail.
A minimal Websockets setup with Django in production
J.V. Zammit shows us how to setup WebSockets in production and an interesting use-case for doing so.
Tutorials
Official Django REST Framework Tutorial - A Beginners Guide
Will Vincent's beginner-friendly guide to Django Rest Framework.
Customize the Django Admin With Python
This Django Admin tutorial covers a little bit of everything.
Projects
tailwindlabs/tailwindcss-typography
If you are loving TailwindCSS then check out their new plugin which you can use to add beautiful typographic defaults to any vanilla HTML you don't control (like HTML rendered from Markdown, or pulled from a CMS).
lifeeric/docker-cheat-sheet
If you have ever wanted a useful Docker cheatsheet, then this is that cheatsheet.
candylabshq/wagtail-opengraph-image-generator
Wagtail Open Graph Image Generator will assist you in automatically creating Open Graph images for your pages.