django static files not working?
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In development:
STATICFILES_DIRS
should have all static directories inside which all static files are residentSTATIC_URL
should be/static/
In Production:
STATIC_ROOT
that is used by Django to collect all static files fromSTATICFILES_DIRS
to it