0010_merge_20170220_0111.py 342 B

12345678910111213141516
  1. # -*- coding: utf-8 -*-
  2. # Generated by Django 1.10.5 on 2017-02-20 01:11
  3. from __future__ import unicode_literals
  4. from django.db import migrations
  5. class Migration(migrations.Migration):
  6. dependencies = [
  7. ('locations', '0009_auto_20170219_0942'),
  8. ('locations', '0006_auto_20170218_1102'),
  9. ]
  10. operations = [
  11. ]