This commit is contained in:
root
2026-02-12 17:14:01 +01:00
parent 2e9692777f
commit 8dfe3393a5
142 changed files with 32622 additions and 2 deletions
@@ -0,0 +1,18 @@
# Generated by Django 5.2.5 on 2025-08-21 14:24
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('proxmox', '0003_delete_vm'),
]
operations = [
migrations.AddField(
model_name='lxctemplate',
name='is_default_template',
field=models.BooleanField(default=False, help_text='If true, this template will be used when creating new containers as default, or preselected'),
),
]