0004_auto_20200427_1153.py 615 Bytes
Newer Older
Chif Gergő committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
# Generated by Django 3.0.5 on 2020-04-27 09:53

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('instance', '0003_auto_20200408_1503'),
    ]

    operations = [
        migrations.AlterField(
            model_name='basemachinedescriptor',
            name='access_protocol',
            field=models.CharField(choices=[('RDP', 'Remote Desktop Protocol'), ('SSH', 'Secure Shell')], help_text='The protocol which used to connect to the machinethat created from this template', max_length=50, verbose_name='remote_access_protocol'),
        ),
    ]