Private
Public Access
1
0

boatmovers init

This commit is contained in:
Sander Roosendaal
2022-06-22 19:59:33 +02:00
parent 65aba342c0
commit 4988657151
11 changed files with 200 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Generated by Django 3.2.12 on 2022-06-22 17:49
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('boatmovers', '0001_initial'),
]
operations = [
migrations.AlterUniqueTogether(
name='athlete',
unique_together={('first_name', 'last_name', 'birth_year')},
),
]