12345678910111213141516171819 |
- # -*- coding: utf-8 -*-
- # Generated by Django 1.10.5 on 2017-02-09 17:11
- from __future__ import unicode_literals
- from django.db import migrations
- class Migration(migrations.Migration):
- dependencies = [
- ('locations', '0002_auto_20170209_1651'),
- ]
- operations = [
- migrations.RenameModel(
- old_name='LocationsLandingPage',
- new_name='LocationsIndexPage',
- ),
- ]
|