Commit 3035ace7ed4454571971f4c078f8c9fb55818541

Authored by Charles Oliveira
1 parent aa7702de

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(&#39;&#39;,
37 37  
38 38 url(r'^trac/', include('colab.proxy.trac.urls')),
39 39 url(r'^gitlab/', include('colab.proxy.gitlab.urls')),
  40 + url(r'^social/', include('colab.proxy.noosfero.urls')),
40 41 )
41 42  
42 43 if settings.DEBUG:
... ...