Created Lineup model, view, and template

This commit is contained in:
2021-11-10 15:34:26 -06:00
parent b5509bf26f
commit 6e3901ab05
9 changed files with 63 additions and 0 deletions

6
lineups/apps.py Normal file
View File

@@ -0,0 +1,6 @@
from django.apps import AppConfig
class LineupsConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'lineups'