mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-26 07:55:52 +03:00
[GH-ISSUE #292] cannot import name in Debian 10.3 #191
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#191
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 @rollopack on GitHub (Feb 10, 2020).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/292
After the upgrade at Debian 10.3 I get the following errors in create/views.py
cannot import name INSTANCE_VOLUME_DEFAULT_IO
cannot import name INSTANCE_VOLUME_DEFAULT_DETECT_ZEROES
cannot import name INSTANCE_VOLUME_DEFAULT_DISCARD
@rollopack commented on GitHub (Feb 10, 2020):
Sorry, my mistake.
The settings.py file was missing the INSTANCE_VOLUME_DEFAULT_IO, INSTANCE_VOLUME_DEFAULT_DETECT_ZEROES and INSTANCE_VOLUME_DEFAULT_DISCARD entries.