rename django-static/ into the standard plain static/
[myslice.git] / myslice / urls.py
index 6d22803..2745f95 100644 (file)
@@ -60,8 +60,6 @@ urlpatterns = patterns(
     url(r'^sample/', include('sample.urls')),
     # Debug
     url(r'^debug/', include('debug_platform.urls')),
-    # Static files
-    (r'^static/(?P<path>.*)$', 'django.views.static.serve', {'document_root': settings.STATIC_ROOT}),
     #
     # various trash views - bound to go away 
     #