--- 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