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