# Generated by Django 3.0.5 on 2020-04-27 09:53fromdjango.dbimportmigrations,modelsclassMigration(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'),),]