You have already completed these exercises!
Do you want to take them again?
You completed the DJANGO Collect Static Files Exercises from W3Schools.com
Share on:
Django has a command for collecting and putting all static files of your project into a specified folder, what is this command?
py manage.py collect
py manage.py runcollect
py manage.py collectstatic