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