# -*- coding: utf-8 -*-
# Generated by Django 1.9 on 2016-04-27 14:59
from __future__ import unicode_literals

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('property', '0006_auto_20160427_1214'),
    ]

    operations = [
        migrations.AddField(
            model_name='propertyweb',
            name='facebook',
            field=models.TextField(blank=True, null=True),
        ),
        migrations.AddField(
            model_name='propertyweb',
            name='twitter',
            field=models.TextField(blank=True, null=True),
        ),
    ]
