Unnötiges zum Teil entfernt!

This commit is contained in:
ben8
2025-05-10 14:41:31 +02:00
parent 1bb2666784
commit 5d8f3ed820
18 changed files with 0 additions and 231 deletions

View File

@@ -38,7 +38,6 @@ with open(BASE_DIR / 'config' / 'qivip_config.json') as config_file:
INSTALLED_APPS = [
'library.apps.LibraryConfig',
'homepage.apps.HomepageConfig',
'components.apps.ComponentsConfig',
'accounts.apps.AccountsConfig',
'play',
'django.contrib.admin',

View File

@@ -25,7 +25,6 @@ urlpatterns = [
path('', include('homepage.urls')),
path('play/', include('play.urls')),
path('library/', include('library.urls')),
path('components/', include('components.urls')),
]
if settings.DEBUG: