From 541a4616c06449311cae1a793fef11bfa1ca7ace Mon Sep 17 00:00:00 2001 From: luxagraf Date: Tue, 1 Nov 2016 14:42:20 -0400 Subject: widened site, created new photo layouts and prepped homepage redesign --- app/daily/migrations/0010_auto_20161023_2014.py | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 app/daily/migrations/0010_auto_20161023_2014.py (limited to 'app/daily/migrations') diff --git a/app/daily/migrations/0010_auto_20161023_2014.py b/app/daily/migrations/0010_auto_20161023_2014.py new file mode 100644 index 0000000..72a68cf --- /dev/null +++ b/app/daily/migrations/0010_auto_20161023_2014.py @@ -0,0 +1,19 @@ +# -*- coding: utf-8 -*- +# Generated by Django 1.9 on 2016-10-23 20:14 +from __future__ import unicode_literals + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('daily', '0009_remove_daily_title'), + ] + + operations = [ + migrations.AlterModelOptions( + name='daily', + options={'get_latest_by': 'date', 'ordering': ('-date',)}, + ), + ] -- cgit v1.2.3-70-g09d2