mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 23:55:57 +03:00
[GH-ISSUE #282] static resources not found #223
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 @marcusaram on GitHub (Apr 15, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/282
All CSS and Javascript is not working anymore since they are moved to webvirtmgr/static
Just updated (git pull) and now it's broken...
@retspen commented on GitHub (Apr 15, 2014):
All static moved to use CDN or local web storage. Run this command:
$ ./manage.py colectstatic
@marcusaram commented on GitHub (Apr 16, 2014):
Thanks, that solved the issue. I already saw that you updated the wiki. 👍