mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-06-21 23:18:23 +02:00
Fix synthax
This commit is contained in:
17
media/migrations/0029_auto_20200521_1659.py
Normal file
17
media/migrations/0029_auto_20200521_1659.py
Normal file
@ -0,0 +1,17 @@
|
||||
# Generated by Django 2.2.10 on 2020-05-21 14:59
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('media', '0028_manga'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='manga',
|
||||
options={'ordering': ['title', 'subtitle'], 'verbose_name': 'manga', 'verbose_name_plural': 'mangas'},
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user