0003_auto_20170209_1711.py 423 B

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