mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 07:25:53 +03:00
[GH-ISSUE #648] Update error #374
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#374
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 @CryptoCopter on GitHub (Jun 17, 2024).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/648
I tried following the "How To Update" setion of the readme.
I ran all commands in the order specified, but when trying to run the migration (5th step) I get the following error:
@catborise commented on GitHub (Jun 17, 2024):
Can you please checkout settings.py.template file for difference according to settings.py file.
Does your settings.py file contains the specified variable.
@CryptoCopter commented on GitHub (Jun 18, 2024):
ah, I assume the name has changed, and my
settings.pystill has the old name?contents of
settings.py:contents of
settings.py.template:@CryptoCopter commented on GitHub (Jun 18, 2024):
so I have
QEMU_CONSOLE_LISTEN_ADDRESSESwhere it should beQEMU_CONSOLE_LISTENER_ADDRESSESdo I just change it by hand, or is there a better way?@catborise commented on GitHub (Jun 18, 2024):
You must change it with hand in settings.py file. It is standart way… settings.py file is static and bootstrap file.
@CryptoCopter commented on GitHub (Jun 19, 2024):
thanks!