mirror of https://github.com/raiots/TasksManager
18 lines
410 B
Python
18 lines
410 B
Python
# Generated by Django 3.1.5 on 2021-02-01 22:27
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('tasks', '0007_auto_20210201_1901'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='todo',
|
|
options={'ordering': ['deadline'], 'verbose_name': '工作包', 'verbose_name_plural': '工作包'},
|
|
),
|
|
]
|