diff --git a/conservancy/podjango/urls.py b/conservancy/podjango/urls.py index 31165d124c63a84e34e4cfdce67d7b87003c0419..1fab03912cd286db62dc1e23b5e00d4921ad6173 100644 --- a/conservancy/podjango/urls.py +++ b/conservancy/podjango/urls.py @@ -57,8 +57,8 @@ urlpatterns = [ ] if settings.DEBUG: - from django.conf.urls.static import static - urlpatterns += static('/', document_root='podjango/static') + from django.conf.urls.static import static + urlpatterns += static('/', document_root='podjango/static') def all_tags_by_use_amount():