5 lines
301 B
Plaintext
5 lines
301 B
Plaintext
---
|
|
description: Specifies the use of Django's staticfiles app for managing static assets within the 'static' directory. This promotes consistent and efficient management of CSS, JavaScript, and other static files.
|
|
globs: **/static/**/*.*
|
|
---
|
|
- Use Django's staticfiles app for managing static assets |