News
Django security releases issued for 3.0.4, 2.2.11, and 1.11.29
A new security and bug fix release. As ever, updating to the latest version is always recommended.
PSA: This is very likely to be the last release of Django 1.11. Time to move on if you're still there. (via Carlton Gibson)
Django 1.11 LTS reaches the end of extended support in April 2020.
30% off PyCharm with all proceeds towards Django
Receive 30% off the powerful PyCharm editor. All proceeds benefit the Django Software Foundation.
Sponsored Link 1
Django Crash Course: Covers Python 3.8 and Django 3.x - Alpha Version
The authors of Two Scoops of Django have released their latest book, the Django Crash Course. Based on their corporate training, they are offering the book for under US$20, which is a steal considering they normally charge $3000/person for in-person training. This book, currently 50 chapters long, is intended for passionate learners willing to get the latest, most cutting-edge written materials. Now in beta, the book is being updated several days a week!.
Available in E-Book format, the paperback, coil-bound, and hardcover versions are available for pre-order.
Articles
The Django Speed Handbook: Making a Django app faster
This comprehensive handbook has something for everyone from the backend to even some helpful frontend tricks.
How to Disallow Auto-named Django Migrations
Adam Johnson walks us through three methods for disallowing Django's auto-named Migrations, which includes Django's check system and pre-commit hooks, which may be new to you.
Mental Models for Class Based Views
This article is a deep dive into how Django's class-based views work behind the scenes.
Events
PyCon US Update on COVID-19
PyCon US is still going forward and the PSF is giving weekly updates to keep everyone updated on where we are at.
Tutorials
How to Add Websockets to a Django App without Extra Dependencies
Django 3.0 ships with out of the box, dependency-free Websocket support and Jayden Windle walks us through the process of setting everything up.
Podcasts
Test & Code: Django with Lacey Herschel Williams
Lacey discusses the Django community, learning Django, and testing.
Django Chat - Resources & Mentorship
An overview the best current Django resources and how to find a Django mentor.
Projects
edelvalle/reactor: Phoenix LiveView but for Django
Keep an eye on this project. Reactor turns Django into a full-stack framework and manages re-rendering parts of your HTML template, pushes it to your web browser, and then updates automatically.