From 72efcafbd4dc984a87b2dad0ce4a6d0df8b339ae Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Mon, 7 Nov 2011 14:39:29 +0100 Subject: new oauth2 --- coip/urls.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'coip/urls.py') diff --git a/coip/urls.py b/coip/urls.py index 93deee7..c1470e0 100644 --- a/coip/urls.py +++ b/coip/urls.py @@ -73,5 +73,6 @@ urlpatterns = patterns('', # APIs (r'^api/', include(v1_api.urls)), (r'^opensocial/1.0/rpc', 'coip.apps.opensocial.common.system'), - (r'^opensocial/', include(opensocial_v1.urls)) + (r'^opensocial/', include(opensocial_v1.urls)), + (r'^oauth2/', include('django_oauth2_lite.urls')) ) -- cgit v1.1