Open ghost opened 10 years ago
Just saying, having to look up shit like this is real irritating:
http://stackoverflow.com/questions/16624420/django-static-files-missing-when-rendering-template
It's not like I don't have enough problems with python having 2.7 and 3 installed and having to fix stupid problems like that
How about nginx for static files?
what's the difference? you still have to run a command to gather the static files right? I'm sorry I was so livid about this I was just frustrated by not being able to get this up and running as quickly as I could have.
I believe that the static files are covered in the setup instructions under step 2. Is that not what your referring to?
Is step three where the static files are set up?
Also, what is the status of this issue? Is there a specific task to resolve here?
According to the stackoverflow post he linked, it was the ./manage.py collectstatic
command, which is under step 2 in the setup process. I checked the history on the setup instructions and it looks like that was all in place at the time of his issue and he just missed that line. Seems like this could be closed.
RIP webvirtmgr