Hi Folks,
After run python manage.py collrctststic all the static files copied into project_root specified folder. But after doing debug = false,the images and Css files link is not working and showing 404 error message in console. But when I did debug = True it's url and everything working properly. I'm using django 1.11 so I also added {% load staticfiles %}
<link rel = style... href ={% "static ' css/style.css' " %} >
I'm using loacal machine server(python manage.py runserver) yjen what is problem in this case???
Please help guys.
Thank You.