I have been trying to start a website for days now but my static files for styling are not loading. it does not show error but the plain un-styled html base template is show. Please any one to help
I think we need more context before anyone can help you. Here are some things that can help others troubleshoot:
- How are you running your application?
- Can you provide an example from your template showing a static file that you’re trying to load?
- Are you running with the
DEBUG
setting set toTrue
orFalse
?
My debug is true
Let me send you some pictures and see
My css files are ready and designed but They are being apllied to my base.html file. so the raw html output only is displayed when i run the the command line; python manage.py runserver.
I am on a Windows