Resolve "Host und Spiel App erstellen und Grundlegende Templates erstellen" #176

Merged
jvs merged 7 commits from 21-host-und-spiel-app-erstellen-und-grundlegende-templates-erstellen into master 2025-03-15 14:26:47 +00:00
3 changed files with 11 additions and 1 deletions
Showing only changes of commit c8bf38dd36 - Show all commits
+1 -1
View File
@@ -35,7 +35,7 @@ INSTALLED_APPS = [
'homepage.apps.HomepageConfig', 'homepage.apps.HomepageConfig',
'components.apps.ComponentsConfig', 'components.apps.ComponentsConfig',
'accounts.apps.AccountsConfig', 'accounts.apps.AccountsConfig',
'play.apps.PlayConfig', 'play',
'django.contrib.admin', 'django.contrib.admin',
'django.contrib.auth', 'django.contrib.auth',
'django.contrib.contenttypes', 'django.contrib.contenttypes',
@@ -0,0 +1,5 @@
<!-->
Spieler sehen ihre Punktzahl, Platzierung und Richtig/Falsch
Host: Scoreboard, Button: 'Weiter'
</!-->
@@ -0,0 +1,5 @@
<!-->
Spieler: Countdown, automatische Weiterleitung
(Host: Frage)
</!-->