Django collecstatic with crontab -


i have django website scrapper every day download images, want automate collectstatic crontab tried add crontab.cr

yes | python2.7 manage.py collectstatic 

but error :

you have requested collect static files @ destination location specified in settings:

/home/mojbutik/webapps/webshop/myproject/static

this overwrite existing files! sure want this?

commanderror: collecting static files cancelled.

can tell me how it...

did try command?

python manage.py collectstatic --noinput


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -