1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-07-05 05:04:04 +02:00

Create models

This commit is contained in:
Yohann D'ANELLO
2020-04-29 04:06:02 +02:00
parent 8cde47bab7
commit 6a3390bb8d
14 changed files with 428 additions and 1 deletions

5
apps/tournament/apps.py Normal file
View File

@ -0,0 +1,5 @@
from django.apps import AppConfig
class TournamentConfig(AppConfig):
name = 'apps.tournament'