diff --git a/acros/migrations/0036_auto_20200708_2004.py b/acros/migrations/0036_auto_20200708_2004.py new file mode 100644 index 0000000..bbc46ea --- /dev/null +++ b/acros/migrations/0036_auto_20200708_2004.py @@ -0,0 +1,17 @@ +# Generated by Django 3.0.8 on 2020-07-08 20:04 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('acros', '0035_acrooftheday_order'), + ] + + operations = [ + migrations.AlterModelOptions( + name='acrooftheday', + options={'ordering': ['date', 'order']}, + ), + ]