1
0
Fork 0
mirror of https://github.com/Findus23/acronomy.git synced 2024-09-19 15:33:45 +02:00
acronomy/acros/migrations/0036_auto_20200708_2004.py
2020-07-08 22:04:29 +02:00

17 lines
358 B
Python

# 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']},
),
]