Django REST Framework API Builder
Generate a complete DRF API with serializers, viewsets, permissions, filtering, pagination, and OpenAPI documentation for any Django model.
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.