blob: 4f5884e8108b854389baa353f62c9a071a7df6ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Generated by Django 2.0.6 on 2018-07-03 11:37
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('locations', '0004_merge_20180405_0934'),
('locations', '0006_auto_20180629_1739'),
]
operations = [
]
|