From 3035ace7ed4454571971f4c078f8c9fb55818541 Mon Sep 17 00:00:00 2001 From: Charles Oliveira <18oliveira.charles@gmail.com> Date: Thu, 30 Oct 2014 11:11:01 -0200 Subject: [PATCH] Adding url dispatcher for noosfero --- colab/urls.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/colab/urls.py b/colab/urls.py index 801e6db..b4d7886 100644 --- a/colab/urls.py +++ b/colab/urls.py @@ -37,6 +37,7 @@ urlpatterns = patterns('', url(r'^trac/', include('colab.proxy.trac.urls')), url(r'^gitlab/', include('colab.proxy.gitlab.urls')), + url(r'^social/', include('colab.proxy.noosfero.urls')), ) if settings.DEBUG: -- libgit2 0.21.2