# -*- coding: utf-8 -*-
# Generated by Django 1.11.13 on 2019-06-13 17:23
from __future__ import unicode_literals

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('backoffice', '0076_auto_20190613_1852'),
    ]

    operations = [
        migrations.AlterField(
            model_name='event',
            name='picture',
            field=models.ImageField(blank=True, max_length=1020, null=True, upload_to='media/%Y/%m/%d'),
        ),
    ]
