News
Django 4.0 alpha 1 released
Django 4.0 alpha 1 is now available. It represents the first stage in the 4.0 release cycle and is an opportunity for you to try out the changes coming in Django 4.0.
Zappa is now deprecated
Zappa was a serverless Python project that attracted wide attention. Unfortunately, the maintainers do not have the time to keep it alive. Feel free to fork and have a go at it if you have the time and inclination.
awesome-django now has discussions!
The awesome-django repo repo now has 4.4k stars and is managed by Jeff Triplett and William Vincent.
Katia Lira Awarded the PSF Community Service Award for Q2 2020
Katia Lira, Software Engineer from Mexico city, has been awarded the Python Software Foundation 2020 Q2 Community Service Award. Katia is the President of DEFNA and a DjangoCon US organizer.
Sponsored Link 1
REVSYS
We’re senior Django developers, ops people, and consultants who have deep and vast experience to pull from. We know what works and what doesn’t. We have been where you are before (probably many times). Let us guide you onto a better path.
Articles
How to Decouple Your App From its Operating System with Docker
See how we upgraded the version of Python used for an application, without upgrading the operating system, using Docker.
Using Celery task to generate data for a view
In this article we'll solve a problem when a view is taking too long to generate the response by moving actual data generation into the Celery task.
A visual guide on troubleshooting Kubernetes deployments
Troubleshooting in Kubernetes can be a daunting task. In this article you will learn how to diagnose issues in Pods, Services, and Ingress.
Sponsored Link 2
💼 Canopy is hiring software engineers!
We are seeking experienced software engineers to join our talented engineering team. We provide social impact programs evaluation & technical tools to maximize success!
Projects
kettanaito/naming-cheatsheet
Comprehensive language-agnostic guidelines on variables naming. Home of the A/HC/LC pattern. If you ever struggle with what and how to name things, check out this cheatsheet.
epicserve/django-base-site/
The Django Base Site is a Django site that is built using the best Django practices and comes with all the common Django packages that you need to jumpstart your next project.