Django Admin Customization
Customize Django admin with advanced list displays, inline editing, custom actions, filters, import/export, and role-based dashboards.
Meer 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.