33 (r'^api/' + VERSION_STR + '/text/', include('ldt.text.urls')), |
33 (r'^api/' + VERSION_STR + '/text/', include('ldt.text.urls')), |
34 |
34 |
35 (r'^auth_accounts/', include('registration.backends.simple.urls')), |
35 (r'^auth_accounts/', include('registration.backends.simple.urls')), |
36 |
36 |
37 #(r'^accounts/', include('socialauth.urls')), |
37 #(r'^accounts/', include('socialauth.urls')), |
38 (r'^accounts/', include('social_auth.urls')), |
38 (r'^accounts/', include('social.apps.django_app.urls', namespace='social')), |
39 url(r'^accounts/login/$',pf_login,{'template_name': 'registration/login.html'},name='auth_login'), |
39 url(r'^accounts/login/$',pf_login,{'template_name': 'registration/login.html'},name='auth_login'), |
40 (r'^oauth/', include('oauth_provider.urls')), |
40 (r'^oauth/', include('oauth_provider.urls')), |
41 |
41 |
42 #(r'^$', 'socialauth.views.signin_complete'), |
42 #(r'^$', 'socialauth.views.signin_complete'), |
43 #(r'^$', 'social_auth.views.complete'), |
43 #(r'^$', 'social_auth.views.complete'), |