18 lines
381 B
Python
18 lines
381 B
Python
|
# Generated by Django 2.2.19 on 2021-03-15 10:08
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('server', '0001_initial'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AlterModelOptions(
|
||
|
name='todo',
|
||
|
options={'default_permissions': ['add', 'change', 'delete', 'view', 'control']},
|
||
|
),
|
||
|
]
|