mirror of
https://github.com/retspen/webvirtcloud
synced 2026-03-22 18:44:49 +00:00
Add all settings to appsettings page & Convert settings choices
This commit is contained in:
parent
e304a64a5c
commit
e44b0d4df3
26 changed files with 417 additions and 439 deletions
|
|
@ -2,7 +2,6 @@ from django.db.models import Model, BooleanField, IntegerField, CharField
|
|||
from django.db.models import ForeignKey, OneToOneField
|
||||
from django.db.models import CASCADE, DO_NOTHING
|
||||
from django.contrib.auth.models import User
|
||||
from django.conf import settings
|
||||
from instances.models import Instance
|
||||
from django.core.validators import MinValueValidator
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue