News
Django Technical Board Candidate Registration
Registration for Candidates will end on September 11th, 2020 AoE.
Django-Developers Discussion: Generate JWTs with Django
django-developers is the official Google Group for discussion of Django technical features and recently questions around JWTs were discussed.
Articles
Django Hosting & Deployment Options
Will Vincent does a rundown on popular Platform-as-a-service (PaaS) and virtual private server (VPS) hosting/deployment options for Django.
From Concept To Live In Two Weeks With Django
Matt Layman's very good rundown of building a Django + Tailwind CSS + Heroku project for a non-profit in only 2 weeks.
What happens when you run manage.py test?
Adam Johnson's PyConAU talk which details Django testing internals. Complements his PyConAU talk in the Videos section.
Demystifying Django’s Magic
Precious Ndubueze's overview of what Django brings to the table as a web framework.
Events
Videos
What happens when you run manage.py test? - Adam Johnson (PyConline AU 2020)
An under-the-hood look at Django's testing framework and pytest together, showing the common features as well as the differences between the two. The general test lifecycle is also examined, from start to finish.
Taking Django's ORM Async - Andrew Godwin (PyConline AU 2020)
A deep-dive into Django's ORM, how it has changed over the years, and what it means to have asynchronous database backends.
Of Django, PostgreSQL schemas, and your multi-million dollar idea - Lorenzo Peña (PyConline AU 2020)
A talk on the major challenges of doing multi-tenancy in Django through PostgreSQL schemas looking at the pros and cons of different approaches as you move from tutorial-grade projects to massive multi-tenant behemoths.
Journey into the Deep World of Web Development - Andrew Kim (PyConline AU 2020)
A story about learning Django and Python despite coming from a non-tech industry, during the COVID-19 pandemic. Cover tips for beginners on how best to get started with Django and Python, mistakes made, resources found useful, and how to create connections both online and offline.
Podcasts
Running in Production - A Platform to Buy Gift Cards for Eco-Friendly Products
Using Django to build a gift card purchasing site for eco-friendly products. It’s hosted on PythonAnywhere and has been up and running since fall 2019.
Projects
mmcardle/django_builder
The code behind Django Builder Site lets you build your Django app in your browser, including models.
otto-torino/django-baton
A cool, modern, and responsive Django admin application based on Bootstrap 4.5.0.