0016_merge_20170304_0053.py 333 B

12345678910111213141516
  1. # -*- coding: utf-8 -*-
  2. # Generated by Django 1.10.5 on 2017-03-04 00:53
  3. from __future__ import unicode_literals
  4. from django.db import migrations
  5. class Migration(migrations.Migration):
  6. dependencies = [
  7. ('base', '0014_merge_20170228_1619'),
  8. ('base', '0015_auto_20170228_1555'),
  9. ]
  10. operations = [
  11. ]