gamechanger updates (added events, teams). not used yet.

This commit is contained in:
2022-06-20 09:35:59 -05:00
parent c0c857a765
commit 9b26bbe973
8 changed files with 169 additions and 33 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 3.2.13 on 2022-06-15 21:18
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('gamechanger', '0007_remove_team_season_id'),
]
operations = [
migrations.RenameField(
model_name='team',
old_name='name_slug',
new_name='slug',
),
]