-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing JS and CSS files #93
Comments
This is due to how django works. There are basically 2 options:
Because this is a recurring issue, I will fix the docker image so it includes a web server like nginx. |
Thanks for the reply, I have been running django in debug mode by setting the variable to True in the config.ini. This doesn't seem to make any difference. I am looking forward to the docker image with the Nginx web server and will let you know if that solves the issue. |
Hello,
I am running YTSM on an Unraid Docker. I understand you need to map some sort of static folder to get the JS and CSS to download properly, but the documentation is not very clear so I am having trouble trying to get this project running.
Currently, when I go to the website it looks like this.
In the log you can clearly see the missing files.
How would I go to properly map the folder so I can let these static files download?
Thank you!
The text was updated successfully, but these errors were encountered: