Init hacking

This commit is contained in:
decentral1se
2021-03-17 15:33:34 +01:00
commit 62243b568d
21 changed files with 145 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# Generated by Django 2.2.19 on 2021-03-15 10:12
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('server', '0002_auto_20210315_1108'),
]
operations = [
migrations.DeleteModel(
name='Todo',
),
]