mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 23:55:57 +03:00
[GH-ISSUE #643] ImportError: cannot import name secret_key #488
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 @solomon-cc on GitHub (Aug 3, 2017).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/643
WARNING:root:No local_settings file found.
Traceback (most recent call last):
File "/var/www/webvirtmgr/console/webvirtmgr-console", line 20, in
from webvirtmgr.settings import WS_PORT, WS_HOST, WS_CERT, WS_KEY
File "/var/www/webvirtmgr/webvirtmgr/settings.py", line 186, in
from webvirtmgr.utils import secret_key
ImportError: cannot import name secret_key
i dont how to deal with