News
DjangoCon Europe 2020 is postponed to September 16-20
Current Covid-19 peak estimates are too close to the original dates (May 27-31), we can not delay making a decision anymore. Some conferences are postponing, others canceling altogether.
Google Summer of Code - Apply by March 31
Students can apply to spend 3 months working on an open source project, including Django! Last yearβs GSOC student contributed JSON Field support which is a forthcoming major feature in Django 3.1.
Async views will be in Django 3.1!
Check out the pull request to see the fantastic work by Andrew Godwin and the Django team.
Sponsored Link 1
Articles
The most critical Python code metric
A quick and dirty way to evaluate the quality of any Python code.
How a request becomes a response: Diving deeper into WSGI
Part of an excellent series on Django and webpage internals.
Website Search using Django and PostgreSQL Trigrams | Imaginary Landscape
A look at Trigrams, one of PostgreSQL's full text search features.
Layoffs are Coming
From Django co-creator Jacob Kaplan-Moss, advice on how to manage potential future layoffs in the tech space.
Tutorials
A Guide to ASGI in Django 3.0 and its Performance
An overview of sync vs async in Django, new features, and advice for how to structure future apps.
How to serve private media files with Django
Build a document manager with user-uploaded files and various permissions.
Podcasts
Django Chat - Remote Work
Remote working tips and strategies learned over the years, plus asides on self-employment and staying productive with little kids at home.
Projects
drf-extra-fields
Useful extra fields for Django Rest Framework including Base64ImageField, Base64FileField, PointField, IntegerRangeField, and many more.