From fcfd994182d18c10199628427484b3da997fbc33 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Tue, 8 Nov 2011 19:15:22 +0100 Subject: enable new opensocial code --- coip/urls.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'coip/urls.py') diff --git a/coip/urls.py b/coip/urls.py index d74a332..c5246e2 100644 --- a/coip/urls.py +++ b/coip/urls.py @@ -72,10 +72,8 @@ urlpatterns = patterns('', (r'^rtree/(?P[0-9]+).json$', 'coip.apps.name.views.rtree'), # APIs (r'^api/activitystreams/', include('coip.apps.activitystreams.urls')), - (r'^api/opensocial/1.0/rpc', 'coip.apps.opensocial.common.system'), - #(r'^opensocial/2.0/activitystreams', include(opensocial_v2_as.urls)), - (r'^api/opensocial/', include(opensocial_v1.urls)), + (r'^api/opensocial/', include('coip.apps.opensocial.urls')), (r'^api/hello/?', 'coip.apps.name.views.hello'), - (r'^api/', include(v1_api.urls)), + #(r'^api/', include(v1_api.urls)), (r'^oauth2/', include('django_oauth2_lite.urls')) ) -- cgit v1.1