0002_auto_20170209_1713.py 403 B

12345678910111213141516171819
  1. # -*- coding: utf-8 -*-
  2. # Generated by Django 1.10.5 on 2017-02-09 17:13
  3. from __future__ import unicode_literals
  4. from django.db import migrations
  5. class Migration(migrations.Migration):
  6. dependencies = [
  7. ('breads', '0001_initial'),
  8. ]
  9. operations = [
  10. migrations.RenameModel(
  11. old_name='BreadsLandingPage',
  12. new_name='BreadsIndexPage',
  13. ),
  14. ]