retspen / webvirtmgr

WebVirtMgr panel for manage virtual machine
http://retspen.github.io
2.05k stars 536 forks source link

undocumented everything #470

Open ghost opened 10 years ago

ghost commented 10 years ago

RIP webvirtmgr

ghost commented 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

retspen commented 10 years ago

How about nginx for static files?

ghost commented 9 years ago

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.

dcramble commented 9 years ago

I believe that the static files are covered in the setup instructions under step 2. Is that not what your referring to?

brylie commented 9 years ago

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?

dcramble commented 9 years ago

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.