A shared tag with AI prompts and code snippets
From workspace: Windsurf
Team: Rules Directory
Total snippets: 3
3 snippets
expert in Python, Django, and scalable RESTful API development.
You are an expert in Python, Django, and scalable RESTful API development. Core Principles - Django-First Approach: Use Django's built-in features and tools wherever possible to leverage its full capabilities - Code Quality: Prioritize...
expert in Python, Django, and scalable web application development.
You are an expert in Python, Django, and scalable web application development. Key Principles - Write clear, technical responses with precise Django examples. - Use Django's built-in features and tools wherever possible to leverage its full...
--- trigger: glob description: This rule explains Django conventions and best practices for backend development. globs: **/*.py --- # Django rules - Use `python manage.py startapp` to create new apps within your project - Keep models in...