From bcf686815025894cc4fcb0b2a5892ce82f110027 Mon Sep 17 00:00:00 2001 From: starnakin Date: Thu, 21 Dec 2023 10:41:39 +0100 Subject: [PATCH] fix: de golmon --- matchmaking/models.py | 8 ++++++++ 1 file changed, 8 insertions(+) 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