obsolete.computer

multistream/frontend/migrations/0007_community_home_url.py

File Type: text/x-script.python

# Generated by Django 2.1.5 on 2019-02-10 00:48

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('frontend', '0006_auto_20190209_2111'),
    ]

    operations = [
        migrations.AddField(
            model_name='community',
            name='home_url',
            field=models.CharField(blank=True, max_length=255),
        ),
    ]

Meta