Django News Newsletter feedback
This newsletter turns one year old this week. We (Jeff & Will) would like feedback on what you like and what could be improved for year #2. Please take a moment to respond on either the Django Forum or the Google Form.
News
Pip 20.3 Release (heads-up for potential disruption)
The pip we have been warning you about for six months is out and you will more than likely run into a few issues.
Rebuilding the PSF - Q4 2020 Fundraiser
The Python Software Foundation is running its Q4 fundraiser and is raising money to offset any potential 2021 revenue shortfalls.
Sponsored Link 1
Tackle Architecture Issues on Your Complex Django Codebase.
As a Python developer, you know how Django speeds-up product workflows. Still, even Django has its challenges as the codebase evolves. Over time, your team may end up overwhelmed with architecture and performance constraints. We are a battle-proof Django consultant team, ready to dive into your project's problems. Request a free consulting meeting.
Articles
Django Best Practices: Referencing the User Model
There are 3 different ways to access the built-in User
model. This post covers each method with recommendations on the best approach.
Introduction to Python Logging
Josue Balandrano Coronel's comprehensive guide to Python logging. It's really good.
3 Effective Examples of Django Async Views without Sleeping
Additional examples of how Django 3.1 async views can be used beyond just sleeping.
Events
Design Articles
How to Use Tailwind With Django by Žan Anderle
Žan walks us through four ways to implement Tailwind CSS in our Django projects.
Tutorials
How To Deploy a Django App on App Platform
An official guide to deploying Django on Digital Ocean’s new App platform.
Podcasts
Running In Production #59 - A Django Job Finding Platform
The solo developer on a job finding platform talks about building the prototype, multiple apps, and hosting on AWS's free tier.
Projects
jazzband/django-defender
A simple super fast Django reusable app that blocks people from brute-forcing login attempts.