18 lines
383 B
Python
18 lines
383 B
Python
|
# Generated by Django 3.2.8 on 2021-11-18 00:53
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('api', '0008_alter_zone_redirect_habitat'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AlterModelOptions(
|
||
|
name='plant',
|
||
|
options={'ordering': ['stage', 'name', 'commonname', 'synonym']},
|
||
|
),
|
||
|
]
|