Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Saleor – A headless, GraphQL-first, open-source e-commerce platform
-
Deploying Django to AWS ECS with Terraform | TestDriven.io
-
Async Views
in Django 3.1 -
Django Views — The Right Way
-
Speed Up Your Django Tests
-
How to Modernize a Django Index Definition with Zero Downtime - Adam Johnson
-
Netlandish - Full Text Search in Django with PostgreSQL
-
Django Views — The Right Way
-
Deploying Django to AWS ECS with Terraform | TestDriven.io
-
Surviving Django (if you care about databases) — Daniele Varrazzo
-
Django 3.1 Async
With version 3.1, you can finally use asynchronous views, middlewares and tests in Django. Support for async database queries will follow later. You don’t have to change anything if you don’t want to use those new async features . All of your existing synchronous code will run without modification in Django 3.1. Async support for Django is on it’s way for quite some time now. Since version 3.0 there’s support for ASGI included. But there was not much benefit for end users though. The only thing you could do concurrently were file uploads, since uploads don’t reach the view layer which was not async capable in Django 3.0. -
A breakdown of how NGINX is configured with Django
-
A minimal Websockets setup with Django in production
-
Here's a Production-Ready Dockerfile for Your Python/Django App | Caktus Group
-
tareq403/django-pydoc: pydoc support for Django projects
-
Surviving Django (if you care about databases) — Daniele Varrazzo
-
Dynamically Add Forms in Django with Formsets and JavaScript
-
Django Views — The Right Way
-
Django Views — The Right Way
-
Django Views — The Right Way
-
Django - How to redirect differently using LoginRequired and PermissionRequired? - Stack Overflow
-
A simple password-less, email-only login system - lukeplant.me.uk
-
Django views the right way
-
Django Views — The Right Way
-
Against service layers in Django