# -*- coding: utf-8 -*-
# Generated by Django 1.11.3 on 2018-04-27 15:19
from __future__ import unicode_literals

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('django_airavata_wagtail_base', '0013_auto_20180417_2034'),
    ]

    operations = [
        migrations.AddField(
            model_name='homepage',
            name='show_footer',
            field=models.CharField(choices=[('yes', 'Yes'), ('no', 'No')], default='yes', help_text="Choose yes if you want the Footer to show on home page or no if you don't want to", max_length=5),
        ),
    ]
