18 lines
405 B
Python
18 lines
405 B
Python
|
# Generated by Django 2.2.10 on 2020-05-22 15:58
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('media', '0030_auto_20200522_1757'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AlterModelOptions(
|
||
|
name='bd',
|
||
|
options={'ordering': ['title', 'subtitle'], 'verbose_name': 'BD', 'verbose_name_plural': 'BDs'},
|
||
|
),
|
||
|
]
|