diff --git a/config/urls.py b/config/urls.py index 9a6a6f4..0e2116a 100644 --- a/config/urls.py +++ b/config/urls.py @@ -13,5 +13,5 @@ urlpatterns = [ path('api/notification/', include('notifications.urls')), ] + static(settings.STATIC_URL, document_root=settings.STATIC_ROOT) -if settings.DEBUG: - urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT) +# if settings.DEBUG: +# urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)