Django Multi-Tenancy Architecture
Implement multi-tenancy in Django with shared or isolated schemas, tenant-aware querysets, data isolation, and cross-tenant admin access.
More in Django & Flask Prompts
Django: Build a Production Django 5 + DRF API
Production Django 5 + DRF API with auth, throttling, and tests.
Flask: Scalable Flask App Structure (Blueprints + Factory)
Clean Flask application structure using blueprints and app factory.
Django: Optimise ORM Queries (N+1, select_related)
Find and fix slow Django ORM queries.
Django: Add Channels for Real-Time Features
Add Django Channels + Redis for WebSockets alongside existing views.