# -*- coding: utf-8 -*-
# Generated by Django 1.11.13 on 2018-08-20 17:06
from __future__ import unicode_literals

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('backoffice', '0066_auto_20180815_1802'),
    ]

    operations = [
        migrations.AlterField(
            model_name='post',
            name='webSiteImageUrl_remoteURL',
            field=models.URLField(blank=True, max_length=500, null=True),
        ),
    ]
