diff --git a/colab/urls.py b/colab/urls.py index bd9e229..6d52696 100644 --- a/colab/urls.py +++ b/colab/urls.py @@ -24,9 +24,3 @@ urlpatterns = patterns('', url(r'', include('colab.plugins.urls')), ) - -if settings.DEBUG: - urlpatterns += static.static( - settings.MEDIA_URL, - document_root=settings.MEDIA_ROOT - ) -- libgit2 0.21.2