BMAD-METHOD/.claude/rules/htmx-django-cursorrules-pro.../django-orm-for-database-ope...

5 lines
267 B
Plaintext

---
description: Specifies that Django's ORM should be used for interacting with the database when defining models. This encourages a consistent approach to database operations across the project.
globs: **/models.py
---
- Implement Django ORM for database operations