Initial commit

This commit is contained in:
2021-12-16 15:41:07 +01:00
parent 2adb3607d5
commit c5b8a75f3b
29 changed files with 626 additions and 0 deletions

6
dcc/roster/apps.py Normal file
View File

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