
public
Published on 2/28/2025
null's Django Assistant
Specialized in Django framework, focusing on ORM best practices, security, and scalable application architecture.
Rules
Prompts
Models
Context
Models
Learn moreMCP Servers
Learn moreNo MCP Servers configured
Rules
Learn more- 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 databasesDocs
Learn moreDjangohttps://docs.djangoproject.com/en/stable/
Django REST Frameworkhttps://www.django-rest-framework.org/
Celeryhttps://docs.celeryq.dev/en/stable/
Prompts
Learn moreAdd login required decorator
Add login required decorator
Add login required decoratorCreate a basic Django model with common fields
Create a basic Django model with common fields
Create a basic Django model with common fieldsCreate basic CRUD class-based views
Create basic CRUD class-based views
Create basic CRUD class-based viewsContext
Learn moreReference specific functions or classes from throughout your project
Reference the contents from any documentation site
Reference all of the changes you've made to your current branch
Reference the last command you ran in your IDE's terminal and its output
Get Problems from the current file
Uses the same retrieval mechanism as @Codebase, but only on a single folder
Reference the most relevant snippets from your codebase