Init hacking
This commit is contained in:
17
server/migrations/0002_auto_20210315_1108.py
Normal file
17
server/migrations/0002_auto_20210315_1108.py
Normal file
@ -0,0 +1,17 @@
|
||||
# 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']},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user