Fix Admin

This commit is contained in:
Juhn-Vitus Saß
2025-03-15 14:52:58 +01:00
parent 7120dcd317
commit 9f51def959

View File

@@ -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)