diff --git a/src/notfellchen/urls.py b/src/notfellchen/urls.py index 276cc7b..39dd9fb 100644 --- a/src/notfellchen/urls.py +++ b/src/notfellchen/urls.py @@ -30,6 +30,6 @@ urlpatterns += i18n_patterns( prefix_default_language=False ) -if settings.DEBUG: +if settings.DEBUG: # pragma: no cover urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)