mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-26 08:05:54 +03:00
[GH-ISSUE #470] undocumented everything #350
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Nov 4, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/470
RIP webvirtmgr
@ghost commented on GitHub (Nov 4, 2014):
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 on GitHub (Nov 5, 2014):
How about nginx for static files?
@ghost commented on GitHub (Nov 19, 2014):
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 on GitHub (Nov 19, 2014):
I believe that the static files are covered in the setup instructions under step 2. Is that not what your referring to?
@brylie commented on GitHub (Feb 21, 2015):
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 on GitHub (Mar 3, 2015):
According to the stackoverflow post he linked, it was the
./manage.py collectstaticcommand, 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.