when I run this code
python manage.py collectstatic --clear --noinput
it remove all static files and folders in staticroot and colletc all files and folders again. But I want to collect just a specific file or a specific folder. How can i do that?