~linuxgoose/bocpress

ref: db2f0cf3c6ccd23747db9cf9095b30f238f76cb7 bocpress/main/migrations/0012_auto_20200606_1903.py -rw-r--r-- 411 bytes
db2f0cf3Jordan Robinson add defaults for blog footer for atom feed link 2 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Generated by Django 3.0.7 on 2020-06-06 19:03

from django.db import migrations, models


class Migration(migrations.Migration):
    dependencies = [
        ("main", "0011_auto_20200606_1903"),
    ]

    operations = [
        migrations.AlterField(
            model_name="user",
            name="custom_domain",
            field=models.CharField(blank=True, max_length=150, null=True),
        ),
    ]