aboutsummaryrefslogtreecommitdiff
path: root/glifestream/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'glifestream/urls.py')
-rw-r--r--glifestream/urls.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/glifestream/urls.py b/glifestream/urls.py
index 39788d2..958fafc 100644
--- a/glifestream/urls.py
+++ b/glifestream/urls.py
@@ -1,4 +1,4 @@
-# gLifestream Copyright (C) 2009, 2010, 2013, 2014 Wojciech Polak
+# gLifestream Copyright (C) 2009, 2010, 2013, 2014, 2015 Wojciech Polak
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
@@ -75,7 +75,5 @@ urlpatterns = patterns(
urlpatterns += patterns(
'',
(r'^media/(?P<path>.*)$', 'django.views.static.serve',
- {'document_root': settings.MEDIA_ROOT}),
- (r'^static/(?P<path>.*)$', 'django.views.static.serve',
- {'document_root': settings.STATIC_ROOT}),
+ {'document_root': settings.MEDIA_ROOT})
)

Return to:

Send suggestions and report system problems to the System administrator.