0008_merge_20180226_1259.py 328 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# -*- coding: utf-8 -*-
# Generated by Django 1.11.6 on 2018-02-26 11:59
from __future__ import unicode_literals

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('vm', '0003_auto_20171105_2011'),
        ('vm', '0007_auto_20180226_1239'),
    ]

    operations = [
    ]