BMAD-METHOD/.claude/rules/python-django-best-practice.../django-templates.mdc

5 lines
217 B
Plaintext

---
description: Rules for Django templates, focusing on rendering HTML and following best practices.
globs: **/templates/**/*.html
---
- Use Django templates for rendering HTML and DRF serializers for JSON responses.