6 lines
305 B
Plaintext
6 lines
305 B
Plaintext
---
|
|
description: Specifies that Django forms should be used when handling form inputs in Python files named forms.py. This rule ensures consistent form handling practices within the project.
|
|
globs: **/forms.py
|
|
---
|
|
- Implement Django forms for form handling
|
|
- Use Django's form validation for HTMX requests |