0006_auto_20180420_1054.py 391 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
# -*- coding: utf-8 -*-
# Generated by Django 1.11.6 on 2018-04-20 08:54
from __future__ import unicode_literals

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('request', '0005_auto_20180403_1342'),
    ]

    operations = [
        migrations.AlterModelOptions(
            name='request',
            options={},
        ),
    ]