django-unused-media
django-unused-media copied to clipboard
exlcude flag does not work
I try this command python manage.py cleanup_unused_media -e *.xlsx --settings=config.settings.base
but it does not exclude xlsx files and try to delete them.
Also try to exclude folder and it does not work too.
Django 5.0.7
python 3.10.12