From 9f51def959e08369c3190da3fe0722e36bbe123a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhn-Vitus=20Sa=C3=9F?= Date: Sat, 15 Mar 2025 14:52:58 +0100 Subject: [PATCH] Fix Admin --- core/play/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/play/admin.py b/core/play/admin.py index bdfc9d0..f06dea8 100644 --- a/core/play/admin.py +++ b/core/play/admin.py @@ -1,5 +1,5 @@ from django.contrib import admin -from . import models +from .models import QuizGame, QuizGameParticipant # Register your models here. admin.site.register(QuizGame)