Commit 3d4ef19d818c04a3690dd6231a3432ebbabd2c24
1 parent
cbd04c5f
Exists in
master
and in
39 other branches
Prefixing trac urls
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/colab/urls.py
... | ... | @@ -35,7 +35,7 @@ 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.trac.urls')), | |
38 | + url(r'^trac/', include('proxy.trac.urls')), | |
39 | 39 | ) |
40 | 40 | |
41 | 41 | if settings.DEBUG: | ... | ... |