summaryrefslogtreecommitdiff
path: root/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/urls.py b/urls.py
index 0f45476..6b7365c 100644
--- a/urls.py
+++ b/urls.py
@@ -17,8 +17,6 @@ urlpatterns = patterns('',
(r'^chimere/getMarkers/(?P<category_ids>\w+)/$',
'chimere.main.views.getMarkers'),
(r'^chimere/static/(?P<path>.*)$', 'django.views.static.serve',
- {'document_root': 'static/'}),
- (r'^chimere/static/(?P<path>.*)$', 'django.views.static.serve',
{'document_root': ROOT_PATH + 'static/'}),
(r'^chimere/media/(?P<path>.*)$', 'django.views.static.serve',
{'document_root': ROOT_PATH + 'media/'}),