mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
if nic type is default then make it virtio
This commit is contained in:
parent
d8fe9c2f64
commit
765b759953
2 changed files with 23 additions and 0 deletions
20
appsettings/migrations/0011_alter_appsettings_id.py
Normal file
20
appsettings/migrations/0011_alter_appsettings_id.py
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Generated by Django 4.2.10 on 2024-02-14 11:54
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("appsettings", "0010_auto_20231030_1305"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name="appsettings",
|
||||
name="id",
|
||||
field=models.AutoField(
|
||||
auto_created=True, primary_key=True, serialize=False, verbose_name="ID"
|
||||
),
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue