18 lines
349 B
Python
18 lines
349 B
Python
# Generated by Django 3.2.12 on 2022-03-23 08:35
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('astrobasis', '0059_auto_20220315_1125'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='glimpse',
|
|
options={'ordering': ['-id']},
|
|
),
|
|
]
|