1
I come here to see whether I can re-collectstatic without type ‘yes’.
Finally, I find it just have to add --no-input
python manage.py collectstatic --no-input
0
This will clear current files in the static directory and then collect static.
python manage.py collectstatic --clear
- [Django]-Multiple User Profiles in django-userena
- [Django]-How to make a geography field unique?
- [Django]-Issue with returning Cyrillic symbols from MSSQL via unixODBC and FreeTDS
- [Django]-How do you access/configure summaries/snippets in Django Haystack
Source:stackexchange.com