6 lines
294 B
Plaintext
6 lines
294 B
Plaintext
---
|
|
description: Apply security best practices across all files in the Django project.
|
|
globs: **/*.*
|
|
---
|
|
- Apply Django's security best practices (e.g., CSRF protection, SQL injection protection, XSS prevention).
|
|
- Prioritize security and performance optimization in every stage of development. |