akolpakov / django-unused-media

Remove unused media files from Django project
MIT License
125 stars 25 forks source link

--noinput does not work as expected #3

Closed saily closed 7 years ago

saily commented 7 years ago

Hi,

when adding --noinput to management command it still asks if we want to remove following items:

$ .../manage.py  cleanup_unused_media --noinput
These files will be deleted:
screenshots/Screen_Shot_2017-01-16_at_10.56.29.png
Are you sure you want to remove 1 unused files? (Y/n)

Btw, i'm using Django 1.10.5 and Python 2.7.5.

akolpakov commented 7 years ago

Fixed in v0.1.6, please update

saily commented 7 years ago

great, thank you!

Am 16.01.2017 um 17:34 schrieb Andrey notifications@github.com:

Fixed in v0.1.6, please update

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.