Commit 7fa6f9ce429a925a55665eb80d08f48c06320b50

Authored by Sergio Oliveira
1 parent 1018a6f2

Proxy module doesn't have urls any more

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
src/colab/urls.py
... ... @@ -35,7 +35,6 @@ urlpatterns = patterns('',
35 35 # Uncomment the next line to enable the admin:
36 36 url(r'^colab/admin/', include(admin.site.urls)),
37 37  
38   - url(r'^', include('proxy.urls')),
39 38 url(r'^', include('proxy.trac.urls')),
40 39 )
41 40  
... ...