[Answered ]-Href static files Django STATIC_URL and STATICFILES_DIRS

2👍

STATIC_ROOT is directory where all your static files will be copied by collectstatic command.
You should specify your path to STATICFILES_DIRS tuple to use it with built in webserver.

👤freak

Leave a comment