implement lineup send to gamechanger

This commit is contained in:
2022-06-08 14:08:33 -05:00
parent 50c9b70546
commit f788fb9932
21 changed files with 409 additions and 82 deletions

View File

@@ -31,6 +31,7 @@ class Migration(migrations.Migration):
"user",
models.OneToOneField(
on_delete=django.db.models.deletion.CASCADE,
related_name='teamsnap_preferences',
to=settings.AUTH_USER_MODEL,
),
),

View File