Structure Installed Apps

This commit is contained in:
2025-03-15 14:51:36 +01:00
parent 7120dcd317
commit c8bf38dd36
3 changed files with 11 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ INSTALLED_APPS = [
'homepage.apps.HomepageConfig',
'components.apps.ComponentsConfig',
'accounts.apps.AccountsConfig',
'play.apps.PlayConfig',
'play',
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',

View File

@@ -0,0 +1,5 @@
<!-->
Spieler sehen ihre Punktzahl, Platzierung und Richtig/Falsch
Host: Scoreboard, Button: 'Weiter'
</!-->

View File

@@ -0,0 +1,5 @@
<!-->
Spieler: Countdown, automatische Weiterleitung
(Host: Frage)
</!-->