Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
What are some best practices for Django development? - Quora
-
Against service layers in Django
-
Application Monitoring for Ruby, Elixir, and Python ~ Scout
Scout continually tracks down N+1 database queries, sources of memory bloat, performance abnormalities, and more. -
How to Set Up a Scalable Django App with DigitalOcean Managed Databases and Spaces | DigitalOcean
-
A Guide to ASGI in Django 3.0 and its Performance · Arun Ravindran's Blog and Showcase
-
Introduction to SQLAlchemy ORM for Django Developers – apirobot
-
Configuring Gunicorn for Docker
Gunicorn is a common WSGI server for Python applications, but most Docker images that use it are badly configured. Running in a container isn’t the same as running on a virtual machine or physical server, and there are also Linux-environment differences to take into account. So to keep your Gunicorn setup healthy and happy, in this article I’ll cover: Preventing slowness due to worker heartbeats. Configuring the number of workers. Logging to stdout. -
Abstract User, User Profiles and Signals
In this lesson we will explore a recurring theme in many Django based projects - User Profiles. -
The bare minimum: Django in less than 50 lines of code : django
-
Against service layers in Django
-
eudicots/Cactus: Static site generator for designers. Uses Python and Django templates.
-
New Django Project from Template (--template argument)
In this lesson we will learn about a less known feature of Django --template argument of the startproject command (of django-admin). You will learn how to create your own templates as well. -
Using Docker Compose on Windows in PyCharm | PyCharm Blog
-
New Django Project from Template
This lesson is about a poorly documented Django's feature - starting new projects from Template. -
Introduction | Django for APIs
-
Books by Agiliq — Books by Agiliq documentation
Python/Django cookbooks -
Django Class-Based-View Inspector -- Classy CBV
The best way to understand Django's class-based views is to see it in Classy CBV, so pick your version and jump in at the deep end. -
Build a CRUD Django REST API - DEV Community 👩💻👨💻
-
Materialized views and django
-
A Guide to ASGI in Django 3.0 and its Performance · Arun Ravindran's Blog and Showcase
-
Integrating Django application metrics into Zabbix - David Winterbottom
-
Secure your Application with Let's Encrypt (TLS + Nginx + Certbot)
In this lesson we learn how to quickly change http into https in production! -
Twitter
#Django folks: What book / resources do y'all recommend to someone getting started with Django that may know a bit… -
The Django Speed Handbook: making a Django app faster - Open Folder
-
Episodes | Django Chat