summaryrefslogtreecommitdiff
path: root/example_project/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'example_project/urls.py')
-rw-r--r--example_project/urls.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/example_project/urls.py b/example_project/urls.py
index 8644a5d..84a7e13 100644
--- a/example_project/urls.py
+++ b/example_project/urls.py
@@ -28,7 +28,6 @@ urlpatterns = patterns('django.views.static',
(r'^%s(?P<path>.*)' % settings.MEDIA_URL[1:], 'serve',
{'document_root': settings.MEDIA_ROOT}),
)
-
urlpatterns += staticfiles_urlpatterns()
urlpatterns += patterns('',