From 94262f0602ac34b0ab7cd5bd677150901be2e7a4 Mon Sep 17 00:00:00 2001 From: Felipe Vieira Date: Thu, 13 Oct 2011 15:57:28 +0000 Subject: [PATCH] servindo arquivos estaticos em /sigi em development --- sigi/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sigi/urls.py b/sigi/urls.py index 7fb3a1a..9a07631 100644 --- a/sigi/urls.py +++ b/sigi/urls.py @@ -77,7 +77,7 @@ if settings.DEBUG: '', # static files - (r'^media/(?P.*)$', 'django.views.static.serve', + (r'^sigi/media/(?P.*)$', 'django.views.static.serve', {'document_root': settings.MEDIA_ROOT}), (r'^404/$', 'django.views.generic.simple.direct_to_template',