initial commit

This commit is contained in:
2021-11-21 12:28:47 -06:00
parent 9445940df2
commit 05232c7a31
15 changed files with 344 additions and 16 deletions

View File

@@ -0,0 +1,19 @@
# Generated by Django 3.2.6 on 2021-11-21 18:26
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('teamsnap', '0009_auto_20211121_1757'),
]
operations = [
migrations.AddField(
model_name='event',
name='is_game',
field=models.BooleanField(default=False),
preserve_default=False,
),
]