0006_auto_20170707_1909.py 530 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
# -*- coding: utf-8 -*-
# Generated by Django 1.11.3 on 2017-07-07 19:09
from __future__ import unicode_literals

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('dashboard', '0005_profile_two_factor_secret'),
    ]

    operations = [
        migrations.AlterField(
            model_name='connectcommand',
            name='name',
            field=models.CharField(help_text='Name of your custom command.', max_length=128, verbose_name='name'),
        ),
    ]