conventionschedule-android/webstorage/webproj/bff/migrations/0005_bannerchange_hide_after.py

21 lines
541 B
Python

# Generated by Django 2.1.4 on 2018-12-20 16:04
from django.db import migrations, models
import django.utils.timezone
class Migration(migrations.Migration):
dependencies = [
('bff', '0004_auto_20181220_0504'),
]
operations = [
migrations.AddField(
model_name='bannerchange',
name='hide_after',
field=models.DateTimeField(default=django.utils.timezone.now, help_text='fill with the time on the timezone of the event.'),
preserve_default=False,
),
]