nord
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

0003_homepage_body.py
text/x-python

Download raw (411 bytes)

# Generated by Django 3.1.2 on 2020-10-16 12:55

from django.db import migrations
import wagtail.core.fields


class Migration(migrations.Migration):

    dependencies = [
        ('home', '0002_create_homepage'),
    ]

    operations = [
        migrations.AddField(
            model_name='homepage',
            name='body',
            field=wagtail.core.fields.RichTextField(blank=True),
        ),
    ]