initial commit

This commit is contained in:
2021-11-20 18:53:21 -06:00
parent 5e7b35926d
commit 9445940df2
15 changed files with 338 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ INSTALLED_APPS = [
'venues.apps.VenuesConfig',
'players.apps.PlayersConfig',
'lineups.apps.LineupsConfig',
'teamsnap.apps.TeamsnapConfig',
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',