1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

Instances overhaul

This commit is contained in:
Real-Gecko 2020-07-13 15:33:09 +06:00
parent f23e6b000f
commit 47009d47ca
69 changed files with 5011 additions and 4127 deletions

View file

@ -0,0 +1,18 @@
# Generated by Django 2.2.13 on 2020-06-24 08:21
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('instances', '0006_addFlavors'),
]
operations = [
migrations.AlterField(
model_name='flavor',
name='label',
field=models.CharField(max_length=12, unique=True, verbose_name='label'),
),
]