From 55750bcf1fdfcb0b6de89e0644dadb43cb7ede84 Mon Sep 17 00:00:00 2001 From: juhnsa Date: Sat, 15 Mar 2025 21:48:35 +0100 Subject: [PATCH] Django Projektordner von 'core' in ''django' umbenennen --- {core => django}/accounts/__init__.py | 0 {core => django}/accounts/admin.py | 0 {core => django}/accounts/apps.py | 0 {core => django}/accounts/forms.py | 0 {core => django}/accounts/migrations/__init__.py | 0 {core => django}/accounts/models.py | 0 {core => django}/accounts/tests.py | 0 {core => django}/accounts/urls.py | 0 {core => django}/accounts/views.py | 0 {core => django}/components/__init__.py | 0 {core => django}/components/admin.py | 0 {core => django}/components/apps.py | 0 {core => django}/components/migrations/__init__.py | 0 {core => django}/components/models.py | 0 {core => django}/components/tests.py | 0 {core => django}/components/urls.py | 0 {core => django}/components/views.py | 0 {core => django}/core/__init__.py | 0 {core => django}/core/asgi.py | 0 {core => django}/core/settings.py | 0 {core => django}/core/urls.py | 0 {core => django}/core/wsgi.py | 0 {core => django}/homepage/__init__.py | 0 {core => django}/homepage/admin.py | 0 {core => django}/homepage/apps.py | 0 {core => django}/homepage/migrations/__init__.py | 0 {core => django}/homepage/models.py | 0 {core => django}/homepage/tests.py | 0 {core => django}/homepage/urls.py | 0 {core => django}/homepage/views.py | 0 {core => django}/library/__init__.py | 0 {core => django}/library/admin.py | 0 {core => django}/library/apps.py | 0 {core => django}/library/forms.py | 0 {core => django}/library/migrations/0001_initial.py | 0 .../migrations/0002_alter_qivipquiz_status.py | 0 .../migrations/0003_alter_qivipquiz_status.py | 0 .../migrations/0004_alter_qivipquiz_status.py | 0 .../migrations/0005_alter_qivipquiz_status.py | 0 .../migrations/0006_alter_qivipquiz_description.py | 0 .../migrations/0007_alter_qivipquiz_description.py | 0 .../migrations/0008_alter_qivipquiz_description.py | 0 .../migrations/0009_alter_qivipquiz_description.py | 0 .../migrations/0010_alter_qivipquiz_description.py | 0 .../library/migrations/0011_qivipquiz_difficulty.py | 0 .../migrations/0012_alter_qivipquiz_difficulty.py | 0 .../migrations/0013_alter_qivipquiz_difficulty.py | 0 .../migrations/0014_alter_qivipquiz_difficulty.py | 0 .../migrations/0015_alter_qivipquiz_difficulty.py | 0 {core => django}/library/migrations/__init__.py | 0 {core => django}/library/models.py | 0 {core => django}/library/tests.py | 0 {core => django}/library/urls.py | 0 {core => django}/library/views.py | 0 {core => django}/manage.py | 0 {core => django}/play/__init__.py | 0 {core => django}/play/admin.py | 0 {core => django}/play/apps.py | 0 {core => django}/play/migrations/0001_initial.py | 0 .../migrations/0002_alter_quizgame_join_code.py | 0 ...3_quizgameparticipant_participant_id_and_more.py | 0 {core => django}/play/migrations/__init__.py | 0 {core => django}/play/models.py | 0 {core => django}/play/tests.py | 0 {core => django}/play/urls.py | 0 {core => django}/play/views.py | 0 {core => django}/static/css/t-input.css | 0 {core => django}/static/icons/favicon.png | Bin {core => django}/templates/accounts/home.html | 0 {core => django}/templates/accounts/login.html | 0 {core => django}/templates/accounts/register.html | 0 {core => django}/templates/base.html | 0 {core => django}/templates/components/answer.html | 0 {core => django}/templates/components/base.html | 0 {core => django}/templates/components/ranking.html | 0 {core => django}/templates/homepage/home.html | 0 {core => django}/templates/homepage/impress.html | 0 {core => django}/templates/homepage/privacy.html | 0 .../templates/library/delete_confirmation.html | 0 {core => django}/templates/library/detail_quiz.html | 0 {core => django}/templates/library/form.html | 0 .../templates/library/overview_quiz.html | 0 .../library/question/question_multiple_choice.html | 0 .../library/question/question_true_false.html | 0 {core => django}/templates/partials/_footer.html | 0 {core => django}/templates/partials/_nav.html | 0 .../templates/play/game/score_overview.html | 0 .../templates/play/game/wait_for_other_players.html | 0 .../templates/play/initialize_participant.html | 0 {core => django}/templates/play/join_game.html | 0 {core => django}/templates/play/lobby.html | 0 91 files changed, 0 insertions(+), 0 deletions(-) rename {core => django}/accounts/__init__.py (100%) rename {core => django}/accounts/admin.py (100%) rename {core => django}/accounts/apps.py (100%) rename {core => django}/accounts/forms.py (100%) rename {core => django}/accounts/migrations/__init__.py (100%) rename {core => django}/accounts/models.py (100%) rename {core => django}/accounts/tests.py (100%) rename {core => django}/accounts/urls.py (100%) rename {core => django}/accounts/views.py (100%) rename {core => django}/components/__init__.py (100%) rename {core => django}/components/admin.py (100%) rename {core => django}/components/apps.py (100%) rename {core => django}/components/migrations/__init__.py (100%) rename {core => django}/components/models.py (100%) rename {core => django}/components/tests.py (100%) rename {core => django}/components/urls.py (100%) rename {core => django}/components/views.py (100%) rename {core => django}/core/__init__.py (100%) rename {core => django}/core/asgi.py (100%) rename {core => django}/core/settings.py (100%) rename {core => django}/core/urls.py (100%) rename {core => django}/core/wsgi.py (100%) rename {core => django}/homepage/__init__.py (100%) rename {core => django}/homepage/admin.py (100%) rename {core => django}/homepage/apps.py (100%) rename {core => django}/homepage/migrations/__init__.py (100%) rename {core => django}/homepage/models.py (100%) rename {core => django}/homepage/tests.py (100%) rename {core => django}/homepage/urls.py (100%) rename {core => django}/homepage/views.py (100%) rename {core => django}/library/__init__.py (100%) rename {core => django}/library/admin.py (100%) rename {core => django}/library/apps.py (100%) rename {core => django}/library/forms.py (100%) rename {core => django}/library/migrations/0001_initial.py (100%) rename {core => django}/library/migrations/0002_alter_qivipquiz_status.py (100%) rename {core => django}/library/migrations/0003_alter_qivipquiz_status.py (100%) rename {core => django}/library/migrations/0004_alter_qivipquiz_status.py (100%) rename {core => django}/library/migrations/0005_alter_qivipquiz_status.py (100%) rename {core => django}/library/migrations/0006_alter_qivipquiz_description.py (100%) rename {core => django}/library/migrations/0007_alter_qivipquiz_description.py (100%) rename {core => django}/library/migrations/0008_alter_qivipquiz_description.py (100%) rename {core => django}/library/migrations/0009_alter_qivipquiz_description.py (100%) rename {core => django}/library/migrations/0010_alter_qivipquiz_description.py (100%) rename {core => django}/library/migrations/0011_qivipquiz_difficulty.py (100%) rename {core => django}/library/migrations/0012_alter_qivipquiz_difficulty.py (100%) rename {core => django}/library/migrations/0013_alter_qivipquiz_difficulty.py (100%) rename {core => django}/library/migrations/0014_alter_qivipquiz_difficulty.py (100%) rename {core => django}/library/migrations/0015_alter_qivipquiz_difficulty.py (100%) rename {core => django}/library/migrations/__init__.py (100%) rename {core => django}/library/models.py (100%) rename {core => django}/library/tests.py (100%) rename {core => django}/library/urls.py (100%) rename {core => django}/library/views.py (100%) rename {core => django}/manage.py (100%) rename {core => django}/play/__init__.py (100%) rename {core => django}/play/admin.py (100%) rename {core => django}/play/apps.py (100%) rename {core => django}/play/migrations/0001_initial.py (100%) rename {core => django}/play/migrations/0002_alter_quizgame_join_code.py (100%) rename {core => django}/play/migrations/0003_quizgameparticipant_participant_id_and_more.py (100%) rename {core => django}/play/migrations/__init__.py (100%) rename {core => django}/play/models.py (100%) rename {core => django}/play/tests.py (100%) rename {core => django}/play/urls.py (100%) rename {core => django}/play/views.py (100%) rename {core => django}/static/css/t-input.css (100%) rename {core => django}/static/icons/favicon.png (100%) rename {core => django}/templates/accounts/home.html (100%) rename {core => django}/templates/accounts/login.html (100%) rename {core => django}/templates/accounts/register.html (100%) rename {core => django}/templates/base.html (100%) rename {core => django}/templates/components/answer.html (100%) rename {core => django}/templates/components/base.html (100%) rename {core => django}/templates/components/ranking.html (100%) rename {core => django}/templates/homepage/home.html (100%) rename {core => django}/templates/homepage/impress.html (100%) rename {core => django}/templates/homepage/privacy.html (100%) rename {core => django}/templates/library/delete_confirmation.html (100%) rename {core => django}/templates/library/detail_quiz.html (100%) rename {core => django}/templates/library/form.html (100%) rename {core => django}/templates/library/overview_quiz.html (100%) rename {core => django}/templates/library/question/question_multiple_choice.html (100%) rename {core => django}/templates/library/question/question_true_false.html (100%) rename {core => django}/templates/partials/_footer.html (100%) rename {core => django}/templates/partials/_nav.html (100%) rename {core => django}/templates/play/game/score_overview.html (100%) rename {core => django}/templates/play/game/wait_for_other_players.html (100%) rename {core => django}/templates/play/initialize_participant.html (100%) rename {core => django}/templates/play/join_game.html (100%) rename {core => django}/templates/play/lobby.html (100%) diff --git a/core/accounts/__init__.py b/django/accounts/__init__.py similarity index 100% rename from core/accounts/__init__.py rename to django/accounts/__init__.py diff --git a/core/accounts/admin.py b/django/accounts/admin.py similarity index 100% rename from core/accounts/admin.py rename to django/accounts/admin.py diff --git a/core/accounts/apps.py b/django/accounts/apps.py similarity index 100% rename from core/accounts/apps.py rename to django/accounts/apps.py diff --git a/core/accounts/forms.py b/django/accounts/forms.py similarity index 100% rename from core/accounts/forms.py rename to django/accounts/forms.py diff --git a/core/accounts/migrations/__init__.py b/django/accounts/migrations/__init__.py similarity index 100% rename from core/accounts/migrations/__init__.py rename to django/accounts/migrations/__init__.py diff --git a/core/accounts/models.py b/django/accounts/models.py similarity index 100% rename from core/accounts/models.py rename to django/accounts/models.py diff --git a/core/accounts/tests.py b/django/accounts/tests.py similarity index 100% rename from core/accounts/tests.py rename to django/accounts/tests.py diff --git a/core/accounts/urls.py b/django/accounts/urls.py similarity index 100% rename from core/accounts/urls.py rename to django/accounts/urls.py diff --git a/core/accounts/views.py b/django/accounts/views.py similarity index 100% rename from core/accounts/views.py rename to django/accounts/views.py diff --git a/core/components/__init__.py b/django/components/__init__.py similarity index 100% rename from core/components/__init__.py rename to django/components/__init__.py diff --git a/core/components/admin.py b/django/components/admin.py similarity index 100% rename from core/components/admin.py rename to django/components/admin.py diff --git a/core/components/apps.py b/django/components/apps.py similarity index 100% rename from core/components/apps.py rename to django/components/apps.py diff --git a/core/components/migrations/__init__.py b/django/components/migrations/__init__.py similarity index 100% rename from core/components/migrations/__init__.py rename to django/components/migrations/__init__.py diff --git a/core/components/models.py b/django/components/models.py similarity index 100% rename from core/components/models.py rename to django/components/models.py diff --git a/core/components/tests.py b/django/components/tests.py similarity index 100% rename from core/components/tests.py rename to django/components/tests.py diff --git a/core/components/urls.py b/django/components/urls.py similarity index 100% rename from core/components/urls.py rename to django/components/urls.py diff --git a/core/components/views.py b/django/components/views.py similarity index 100% rename from core/components/views.py rename to django/components/views.py diff --git a/core/core/__init__.py b/django/core/__init__.py similarity index 100% rename from core/core/__init__.py rename to django/core/__init__.py diff --git a/core/core/asgi.py b/django/core/asgi.py similarity index 100% rename from core/core/asgi.py rename to django/core/asgi.py diff --git a/core/core/settings.py b/django/core/settings.py similarity index 100% rename from core/core/settings.py rename to django/core/settings.py diff --git a/core/core/urls.py b/django/core/urls.py similarity index 100% rename from core/core/urls.py rename to django/core/urls.py diff --git a/core/core/wsgi.py b/django/core/wsgi.py similarity index 100% rename from core/core/wsgi.py rename to django/core/wsgi.py diff --git a/core/homepage/__init__.py b/django/homepage/__init__.py similarity index 100% rename from core/homepage/__init__.py rename to django/homepage/__init__.py diff --git a/core/homepage/admin.py b/django/homepage/admin.py similarity index 100% rename from core/homepage/admin.py rename to django/homepage/admin.py diff --git a/core/homepage/apps.py b/django/homepage/apps.py similarity index 100% rename from core/homepage/apps.py rename to django/homepage/apps.py diff --git a/core/homepage/migrations/__init__.py b/django/homepage/migrations/__init__.py similarity index 100% rename from core/homepage/migrations/__init__.py rename to django/homepage/migrations/__init__.py diff --git a/core/homepage/models.py b/django/homepage/models.py similarity index 100% rename from core/homepage/models.py rename to django/homepage/models.py diff --git a/core/homepage/tests.py b/django/homepage/tests.py similarity index 100% rename from core/homepage/tests.py rename to django/homepage/tests.py diff --git a/core/homepage/urls.py b/django/homepage/urls.py similarity index 100% rename from core/homepage/urls.py rename to django/homepage/urls.py diff --git a/core/homepage/views.py b/django/homepage/views.py similarity index 100% rename from core/homepage/views.py rename to django/homepage/views.py diff --git a/core/library/__init__.py b/django/library/__init__.py similarity index 100% rename from core/library/__init__.py rename to django/library/__init__.py diff --git a/core/library/admin.py b/django/library/admin.py similarity index 100% rename from core/library/admin.py rename to django/library/admin.py diff --git a/core/library/apps.py b/django/library/apps.py similarity index 100% rename from core/library/apps.py rename to django/library/apps.py diff --git a/core/library/forms.py b/django/library/forms.py similarity index 100% rename from core/library/forms.py rename to django/library/forms.py diff --git a/core/library/migrations/0001_initial.py b/django/library/migrations/0001_initial.py similarity index 100% rename from core/library/migrations/0001_initial.py rename to django/library/migrations/0001_initial.py diff --git a/core/library/migrations/0002_alter_qivipquiz_status.py b/django/library/migrations/0002_alter_qivipquiz_status.py similarity index 100% rename from core/library/migrations/0002_alter_qivipquiz_status.py rename to django/library/migrations/0002_alter_qivipquiz_status.py diff --git a/core/library/migrations/0003_alter_qivipquiz_status.py b/django/library/migrations/0003_alter_qivipquiz_status.py similarity index 100% rename from core/library/migrations/0003_alter_qivipquiz_status.py rename to django/library/migrations/0003_alter_qivipquiz_status.py diff --git a/core/library/migrations/0004_alter_qivipquiz_status.py b/django/library/migrations/0004_alter_qivipquiz_status.py similarity index 100% rename from core/library/migrations/0004_alter_qivipquiz_status.py rename to django/library/migrations/0004_alter_qivipquiz_status.py diff --git a/core/library/migrations/0005_alter_qivipquiz_status.py b/django/library/migrations/0005_alter_qivipquiz_status.py similarity index 100% rename from core/library/migrations/0005_alter_qivipquiz_status.py rename to django/library/migrations/0005_alter_qivipquiz_status.py diff --git a/core/library/migrations/0006_alter_qivipquiz_description.py b/django/library/migrations/0006_alter_qivipquiz_description.py similarity index 100% rename from core/library/migrations/0006_alter_qivipquiz_description.py rename to django/library/migrations/0006_alter_qivipquiz_description.py diff --git a/core/library/migrations/0007_alter_qivipquiz_description.py b/django/library/migrations/0007_alter_qivipquiz_description.py similarity index 100% rename from core/library/migrations/0007_alter_qivipquiz_description.py rename to django/library/migrations/0007_alter_qivipquiz_description.py diff --git a/core/library/migrations/0008_alter_qivipquiz_description.py b/django/library/migrations/0008_alter_qivipquiz_description.py similarity index 100% rename from core/library/migrations/0008_alter_qivipquiz_description.py rename to django/library/migrations/0008_alter_qivipquiz_description.py diff --git a/core/library/migrations/0009_alter_qivipquiz_description.py b/django/library/migrations/0009_alter_qivipquiz_description.py similarity index 100% rename from core/library/migrations/0009_alter_qivipquiz_description.py rename to django/library/migrations/0009_alter_qivipquiz_description.py diff --git a/core/library/migrations/0010_alter_qivipquiz_description.py b/django/library/migrations/0010_alter_qivipquiz_description.py similarity index 100% rename from core/library/migrations/0010_alter_qivipquiz_description.py rename to django/library/migrations/0010_alter_qivipquiz_description.py diff --git a/core/library/migrations/0011_qivipquiz_difficulty.py b/django/library/migrations/0011_qivipquiz_difficulty.py similarity index 100% rename from core/library/migrations/0011_qivipquiz_difficulty.py rename to django/library/migrations/0011_qivipquiz_difficulty.py diff --git a/core/library/migrations/0012_alter_qivipquiz_difficulty.py b/django/library/migrations/0012_alter_qivipquiz_difficulty.py similarity index 100% rename from core/library/migrations/0012_alter_qivipquiz_difficulty.py rename to django/library/migrations/0012_alter_qivipquiz_difficulty.py diff --git a/core/library/migrations/0013_alter_qivipquiz_difficulty.py b/django/library/migrations/0013_alter_qivipquiz_difficulty.py similarity index 100% rename from core/library/migrations/0013_alter_qivipquiz_difficulty.py rename to django/library/migrations/0013_alter_qivipquiz_difficulty.py diff --git a/core/library/migrations/0014_alter_qivipquiz_difficulty.py b/django/library/migrations/0014_alter_qivipquiz_difficulty.py similarity index 100% rename from core/library/migrations/0014_alter_qivipquiz_difficulty.py rename to django/library/migrations/0014_alter_qivipquiz_difficulty.py diff --git a/core/library/migrations/0015_alter_qivipquiz_difficulty.py b/django/library/migrations/0015_alter_qivipquiz_difficulty.py similarity index 100% rename from core/library/migrations/0015_alter_qivipquiz_difficulty.py rename to django/library/migrations/0015_alter_qivipquiz_difficulty.py diff --git a/core/library/migrations/__init__.py b/django/library/migrations/__init__.py similarity index 100% rename from core/library/migrations/__init__.py rename to django/library/migrations/__init__.py diff --git a/core/library/models.py b/django/library/models.py similarity index 100% rename from core/library/models.py rename to django/library/models.py diff --git a/core/library/tests.py b/django/library/tests.py similarity index 100% rename from core/library/tests.py rename to django/library/tests.py diff --git a/core/library/urls.py b/django/library/urls.py similarity index 100% rename from core/library/urls.py rename to django/library/urls.py diff --git a/core/library/views.py b/django/library/views.py similarity index 100% rename from core/library/views.py rename to django/library/views.py diff --git a/core/manage.py b/django/manage.py similarity index 100% rename from core/manage.py rename to django/manage.py diff --git a/core/play/__init__.py b/django/play/__init__.py similarity index 100% rename from core/play/__init__.py rename to django/play/__init__.py diff --git a/core/play/admin.py b/django/play/admin.py similarity index 100% rename from core/play/admin.py rename to django/play/admin.py diff --git a/core/play/apps.py b/django/play/apps.py similarity index 100% rename from core/play/apps.py rename to django/play/apps.py diff --git a/core/play/migrations/0001_initial.py b/django/play/migrations/0001_initial.py similarity index 100% rename from core/play/migrations/0001_initial.py rename to django/play/migrations/0001_initial.py diff --git a/core/play/migrations/0002_alter_quizgame_join_code.py b/django/play/migrations/0002_alter_quizgame_join_code.py similarity index 100% rename from core/play/migrations/0002_alter_quizgame_join_code.py rename to django/play/migrations/0002_alter_quizgame_join_code.py diff --git a/core/play/migrations/0003_quizgameparticipant_participant_id_and_more.py b/django/play/migrations/0003_quizgameparticipant_participant_id_and_more.py similarity index 100% rename from core/play/migrations/0003_quizgameparticipant_participant_id_and_more.py rename to django/play/migrations/0003_quizgameparticipant_participant_id_and_more.py diff --git a/core/play/migrations/__init__.py b/django/play/migrations/__init__.py similarity index 100% rename from core/play/migrations/__init__.py rename to django/play/migrations/__init__.py diff --git a/core/play/models.py b/django/play/models.py similarity index 100% rename from core/play/models.py rename to django/play/models.py diff --git a/core/play/tests.py b/django/play/tests.py similarity index 100% rename from core/play/tests.py rename to django/play/tests.py diff --git a/core/play/urls.py b/django/play/urls.py similarity index 100% rename from core/play/urls.py rename to django/play/urls.py diff --git a/core/play/views.py b/django/play/views.py similarity index 100% rename from core/play/views.py rename to django/play/views.py diff --git a/core/static/css/t-input.css b/django/static/css/t-input.css similarity index 100% rename from core/static/css/t-input.css rename to django/static/css/t-input.css diff --git a/core/static/icons/favicon.png b/django/static/icons/favicon.png similarity index 100% rename from core/static/icons/favicon.png rename to django/static/icons/favicon.png diff --git a/core/templates/accounts/home.html b/django/templates/accounts/home.html similarity index 100% rename from core/templates/accounts/home.html rename to django/templates/accounts/home.html diff --git a/core/templates/accounts/login.html b/django/templates/accounts/login.html similarity index 100% rename from core/templates/accounts/login.html rename to django/templates/accounts/login.html diff --git a/core/templates/accounts/register.html b/django/templates/accounts/register.html similarity index 100% rename from core/templates/accounts/register.html rename to django/templates/accounts/register.html diff --git a/core/templates/base.html b/django/templates/base.html similarity index 100% rename from core/templates/base.html rename to django/templates/base.html diff --git a/core/templates/components/answer.html b/django/templates/components/answer.html similarity index 100% rename from core/templates/components/answer.html rename to django/templates/components/answer.html diff --git a/core/templates/components/base.html b/django/templates/components/base.html similarity index 100% rename from core/templates/components/base.html rename to django/templates/components/base.html diff --git a/core/templates/components/ranking.html b/django/templates/components/ranking.html similarity index 100% rename from core/templates/components/ranking.html rename to django/templates/components/ranking.html diff --git a/core/templates/homepage/home.html b/django/templates/homepage/home.html similarity index 100% rename from core/templates/homepage/home.html rename to django/templates/homepage/home.html diff --git a/core/templates/homepage/impress.html b/django/templates/homepage/impress.html similarity index 100% rename from core/templates/homepage/impress.html rename to django/templates/homepage/impress.html diff --git a/core/templates/homepage/privacy.html b/django/templates/homepage/privacy.html similarity index 100% rename from core/templates/homepage/privacy.html rename to django/templates/homepage/privacy.html diff --git a/core/templates/library/delete_confirmation.html b/django/templates/library/delete_confirmation.html similarity index 100% rename from core/templates/library/delete_confirmation.html rename to django/templates/library/delete_confirmation.html diff --git a/core/templates/library/detail_quiz.html b/django/templates/library/detail_quiz.html similarity index 100% rename from core/templates/library/detail_quiz.html rename to django/templates/library/detail_quiz.html diff --git a/core/templates/library/form.html b/django/templates/library/form.html similarity index 100% rename from core/templates/library/form.html rename to django/templates/library/form.html diff --git a/core/templates/library/overview_quiz.html b/django/templates/library/overview_quiz.html similarity index 100% rename from core/templates/library/overview_quiz.html rename to django/templates/library/overview_quiz.html diff --git a/core/templates/library/question/question_multiple_choice.html b/django/templates/library/question/question_multiple_choice.html similarity index 100% rename from core/templates/library/question/question_multiple_choice.html rename to django/templates/library/question/question_multiple_choice.html diff --git a/core/templates/library/question/question_true_false.html b/django/templates/library/question/question_true_false.html similarity index 100% rename from core/templates/library/question/question_true_false.html rename to django/templates/library/question/question_true_false.html diff --git a/core/templates/partials/_footer.html b/django/templates/partials/_footer.html similarity index 100% rename from core/templates/partials/_footer.html rename to django/templates/partials/_footer.html diff --git a/core/templates/partials/_nav.html b/django/templates/partials/_nav.html similarity index 100% rename from core/templates/partials/_nav.html rename to django/templates/partials/_nav.html diff --git a/core/templates/play/game/score_overview.html b/django/templates/play/game/score_overview.html similarity index 100% rename from core/templates/play/game/score_overview.html rename to django/templates/play/game/score_overview.html diff --git a/core/templates/play/game/wait_for_other_players.html b/django/templates/play/game/wait_for_other_players.html similarity index 100% rename from core/templates/play/game/wait_for_other_players.html rename to django/templates/play/game/wait_for_other_players.html diff --git a/core/templates/play/initialize_participant.html b/django/templates/play/initialize_participant.html similarity index 100% rename from core/templates/play/initialize_participant.html rename to django/templates/play/initialize_participant.html diff --git a/core/templates/play/join_game.html b/django/templates/play/join_game.html similarity index 100% rename from core/templates/play/join_game.html rename to django/templates/play/join_game.html diff --git a/core/templates/play/lobby.html b/django/templates/play/lobby.html similarity index 100% rename from core/templates/play/lobby.html rename to django/templates/play/lobby.html