summaryrefslogtreecommitdiff
path: root/app/locations/migrations/0004_merge_20180405_0934.py
blob: ac7a539d094185f650ae7032f0db5daf2eb641f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Generated by Django 2.0.1 on 2018-04-05 09:34

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('locations', '0003_auto_20180307_1027'),
        ('locations', '0003_auto_20180307_1210'),
    ]

    operations = [
    ]