Bilder anzeigen

This commit is contained in:
nik8
2025-04-05 14:33:46 +02:00
parent e29b954438
commit 1cd6d66b85
2 changed files with 6 additions and 3 deletions

View File

@@ -16,6 +16,4 @@ urlpatterns = [
path('question/delete/<int:pk>/', views.delete_question, name='delete_question'),
path('detail/copy/<int:pk>/', views.copy_quiz, name='copy_quiz'),
]# Nur für die Entwicklungsumgebung
if settings.DEBUG:
urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
]