Django ORM Query Optimization
Analyze and optimize Django ORM queries to eliminate N+1 problems, reduce query counts, and improve database performance.
Mehr 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.