mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 07:35:50 +03:00
[GH-ISSUE #291] Page not found (404) #230
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 (Apr 25, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/291
After update (git pull) I get this error:
Page not found (404)
Request Method: GET
Request URL: http://domain.local:80/static/css/webvirtmgr.css
"/var/www/webvirtmgr/webvirtmgr/../static/css/webvirtmgr.css" does not exist
You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.
@retspen commented on GitHub (Apr 25, 2014):
$ ./manage.py collectstatic
@ghost commented on GitHub (Apr 25, 2014):
Очень хочеться нецензурно ругнуться на себя)))
Thx!!! )