mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 13:17:50 +02:00
18 lines
344 B
Python
18 lines
344 B
Python
# Generated by Django 4.0.6 on 2022-07-10 13:19
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('consist', '0001_initial'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='consist',
|
|
options={'ordering': ['creation_time']},
|
|
),
|
|
]
|