diff --git a/matchmaking/models.py b/matchmaking/models.py index 71a8362..78dda1b 100644 --- a/matchmaking/models.py +++ b/matchmaking/models.py @@ -1,3 +1,11 @@ from django.db import models # Create your models here. +in_matchmaking = { + "tournaments": { + + }, + "normal": { + + } +} \ No newline at end of file