18 lines
346 B
Python
18 lines
346 B
Python
|
# Generated by Django 2.0.7 on 2018-07-30 17:21
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('home', '0004_auto_20180725_0741'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AlterModelOptions(
|
||
|
name='homepage',
|
||
|
options={'ordering': ('title',)},
|
||
|
),
|
||
|
]
|