Commit 3035ace7ed4454571971f4c078f8c9fb55818541
1 parent
aa7702de
Exists in
master
and in
39 other branches
Adding url dispatcher for noosfero
Signed-off-by: Macartur Sousa <macartur.sc@gmail.com>
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
colab/urls.py
@@ -37,6 +37,7 @@ urlpatterns = patterns('', | @@ -37,6 +37,7 @@ urlpatterns = patterns('', | ||
37 | 37 | ||
38 | url(r'^trac/', include('colab.proxy.trac.urls')), | 38 | url(r'^trac/', include('colab.proxy.trac.urls')), |
39 | url(r'^gitlab/', include('colab.proxy.gitlab.urls')), | 39 | url(r'^gitlab/', include('colab.proxy.gitlab.urls')), |
40 | + url(r'^social/', include('colab.proxy.noosfero.urls')), | ||
40 | ) | 41 | ) |
41 | 42 | ||
42 | if settings.DEBUG: | 43 | if settings.DEBUG: |