Commit
94688065b9c4701027eba2f71af2d36e20c89e0c
Exists in
master
and in
13 other branches
Validation_colab_sprint_30, check-port, generic-plugins, header_footer, mezuro-integration, move_out_plugins, plugin_extra_configs, proxy_base_template, proxy_hotspot, spb-release/3.0, stable, test, trac_indexing
Prefix should be in main urls.py instead of here
|
| @@ -6,5 +6,5 @@ from .views import TracProxyView |
| @@ -6,5 +6,5 @@ from .views import TracProxyView |
|
6
| |
6
| |
|
7
| urlpatterns = patterns('', |
7
| urlpatterns = patterns('', |
|
8
| # Trac |
8
| # Trac |
|
9
| - url(r'^trac/(?P<path>.*)$', TracProxyView.as_view()), |
9
| + url(r'^(?P<path>.*)$', TracProxyView.as_view()), |
|
10
| ) |
10
| ) |