News
The Django Project adopts a new governance model
The Django Project is switching from a core team to a Django Technical Board. Find out what this means and how the project will be governed.
Django co-creator and former BDFL, Jacob Kaplan Moss, wrote Django’s new governance model to share his thoughts.
PyCon US 2020 is exploring options to cancel or reschedule due to COVID-19
The Foundation is currently exploring options to reschedule or cancel the conference. Any final decision to cancel or reschedule PyCon US will be made early enough to give you time to cancel or defer your travel plans.
Sponsored Link 1
Articles
About Removing Duplicates in the Database - DjangoTricks
An elegant code snippet for removing duplicates in a database.
Django Best Practices - Function-Based Views vs Class-Based Views
An overview of the pros/cons of each approach.
TLDR: Generate Django Secret Key
This TLDR is a quick reminder of how to generate a secret key locally, without going to some website on the internet to generate it for you.
Podcasts
Django Riffs - Views on Django
A look at views, a major component within Django and a primary place where your code will run. Show notes here.
Django Chat - API-First Architecture
A discussion of the multiple ways to architect APIs with Django REST Framework, including focus on authentication, front-end frameworks, and performance.
Projects
ydaniv/django-rest-assured: Instantly test-cover your Django REST Framework based API
Django-REST-Assured adds another layer on top of Django REST Framework’s APITestCase which allows covering a set of RESTful resource’s endpoints with a single class declaration.
meshy/django-schema-graph: An interactive graph of your Django model structure
Django Schema Graph creates a colorful diagram out of your Django models apps.