This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
description: Guidelines for Django URL configurations, focusing on clear and RESTful URL patterns.
globs: **/urls.py
---
- Use Django’s URL dispatcher (urls.py) to define clear and RESTful URL patterns.