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