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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -