django - override python-social-auth built-in urls? -


i using python-social-auth google authentication in django application. can override python-social-auth urls ?
by default, it's http://mydomain/login/google-oauth2/ , need change url part of view (get request) ; has end-point http://mydomain/login/.

the way override urls define own ones pointing views , link main urls.py file.

if after make /login automatically handle google auth backend, need define custom view can call python-social-auth views fire process.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -