Skip to content Skip to sidebar Skip to footer

Django Static Root 404 Error

Right now I am trying to connect my django project html files to static files but keep getting 404 errors. My Project is organized as src admin homePage media stat

Solution 1:

Turn on Debug=True in your settings file and the error page will help you to find out the issue.


Post a Comment for "Django Static Root 404 Error"