How to authenticate from one server to another server in python/django? -


can me how login 1 server another.. ?? (one application running on 127.0.0.1:8000 , on 127.0.0.1:8001)

i have 2 django application. in 1 of them have implemented authentication using rest framework. want implement authentication in application using first application database (user table).


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -