mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-31 09:29:38 +00:00
Add all settings to appsettings page & Convert settings choices
This commit is contained in:
@@ -3,8 +3,7 @@ from django.shortcuts import render
|
||||
from libvirt import libvirtError
|
||||
from instances.models import Instance
|
||||
from vrtManager.instance import wvmInstance
|
||||
from webvirtcloud.settings import WS_PUBLIC_PORT
|
||||
from webvirtcloud.settings import WS_PUBLIC_HOST
|
||||
from webvirtcloud.settings import WS_PUBLIC_PORT, WS_PUBLIC_HOST
|
||||
|
||||
|
||||
def console(request):
|
||||
|
||||
Reference in New Issue
Block a user