From 7fa6f9ce429a925a55665eb80d08f48c06320b50 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Fri, 19 Sep 2014 08:05:50 -0300 Subject: [PATCH] Proxy module doesn't have urls any more --- src/colab/urls.py | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/src/colab/urls.py b/src/colab/urls.py index 7624bf9..aa88830 100644 --- a/src/colab/urls.py +++ b/src/colab/urls.py @@ -35,7 +35,6 @@ urlpatterns = patterns('', # Uncomment the next line to enable the admin: url(r'^colab/admin/', include(admin.site.urls)), - url(r'^', include('proxy.urls')), url(r'^', include('proxy.trac.urls')), ) -- libgit2 0.21.2