21 lines
488 B
Python
21 lines
488 B
Python
# Generated by Django 2.0.7 on 2018-07-30 17:21
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('pages', '0002_auto_20180726_0732'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='sectionindexpage',
|
|
options={'ordering': ('title',)},
|
|
),
|
|
migrations.AlterModelOptions(
|
|
name='simplecontentpage',
|
|
options={'ordering': ('title',)},
|
|
),
|
|
]
|