yongcheng/wangyongcheng163s-django-assistant icon
public
Published on 3/1/2025
wangyongcheng163's Django Assistant

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

Rules
Prompts
Models
Context
200kinput·8.192koutput
200kinput·8.192koutput

MCP Servers

Learn more

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 databases
Djangohttps://docs.djangoproject.com/en/stable/
Django REST Frameworkhttps://www.django-rest-framework.org/
Celeryhttps://docs.celeryq.dev/en/stable/

Prompts

Learn more
Add login required decorator
Add login required decorator
Add login required decorator
Create a basic Django model with common fields
Create a basic Django model with common fields
Create a basic Django model with common fields
Create basic CRUD class-based views
Create basic CRUD class-based views
Create basic CRUD class-based views

Context

Learn more
Reference 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