News
Ola & Ola step down from Django Girls Foundation
The Django Girls Foundation welcomed a new team of trustees: Anna, Aisha, Claire, Leona, and Rachell ❤️.
Python Software Foundation News: Python Software Foundation Fellow Members for Q3 2020
🎉 Congratulations to Katia Lira (DEFNA Board member), Mariatta Wijaya (DjangoCon US Keynote speaker), and other Pythoniasts for being picked as PSF Fellow Members.
DjangoCon US 2020 Video
⏰ The deadline has been extended. Please take a minute to record a short video for the virtual conference this year.
Articles
A Django REST API in a Single File
The third in a series of writing Django apps in a single file, following previous posts on synchronous and asynchronous use cases.
How to Setup Django with React
A detailed guide to the various steps required to have React play well with Django.
Podcasts
PythonBytes #204 - Take the PSF survey and Will & Carlton drop by
Django Fellow Carlton Gibson and DSF Board Member Will Vincent talk about moving from prototype to production in Django as well as all things deployment.
Django Chat #77 - MongoDB with Aaron Bassett
Aaron is a developer advocate at MongoDB and Board Member of the Django Software Foundation. We discuss relational vs non-relational databases, the developer advocate role, and giving virtual conference talks.
Django Riffs - Application Examination
All about applications within the context of a larger Django project.
Running in Production - A Django-based Jewelry E-Commerce Store
Dan Purcell goes over building an e-commerce store with Django that processes up to 3,000 orders per second. It’s running on 12+ web servers on DigitalOcean and the site has been up and running since 2014.
JustDjango - Eric Vanular of Collective Energy
Eric is an indie hacker, software developer, consultant and creator of Collective Energy, a community for people working together to combat climate change. He also created Enviro.work which is an affiliated green jobs board. He built it using Django.
Projects
matthiask/django-tree-queries
Query Django model trees using adjacency lists and recursive common table expressions. Supports PostgreSQL, sqlite3 (3.8.3 or higher) and MariaDB (10.2.2 or higher) and MySQL (8.0 or higher, if running without ONLY_FULL_GROUP_BY).