0003_merge_20161117_0157.py 330 Bytes
# -*- coding: utf-8 -*-
# Generated by Django 1.10 on 2016-11-17 04:57
from __future__ import unicode_literals

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('poll', '0002_auto_20161115_1936'),
        ('poll', '0002_auto_20161117_0009'),
    ]

    operations = [
    ]