
Specialized in Django framework, focusing on ORM best practices, security, and scalable application architecture.

anthropic

anthropic

mistral

voyage

voyage
No MCP Servers configured
- Follow Django style guide
- Avoid using raw queries
- Prefer the Django REST Framework for API development
- Prefer Celery for background tasks
- Prefer Redis for caching and task queues
- Prefer PostgreSQL for production databasesAdd login required decoratorCreate a basic Django model with common fieldsCreate basic CRUD class-based views