summaryrefslogtreecommitdiff
path: root/app/locations/migrations/0010_merge_20180708_1047.py
blob: 2bb0e13c17a135ceceb86eda654f56198ff1ad25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Generated by Django 2.0.6 on 2018-07-08 10:47

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('locations', '0007_merge_20180703_1137'),
        ('locations', '0009_auto_20180707_1403'),
    ]

    operations = [
    ]