Issue 14
New Django Project governance model, a PyCon US update, Python 3.7.7, and much more!
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.
Python Insider: Python 3.7.7 is now available
Python 3.7.7 is out!
Sponsored Link 1
Django Styleguide
From HackSoft, a style-guide for Django projects at scale.
Articles
About Removing Duplicates in the Database - DjangoTricks
An elegant code snippet for removing duplicates in a database.
9 Django Tips for Working with Databases
Multiple tips for getting more out of Django's ORM.
Django Best Practices - Function-Based Views vs Class-Based Views
An overview of the pros/cons of each approach.
Django's Field Choices Don't Constrain Your Data
An interesting take on Field.choices in Django.
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.