i have a website as a backend. i want to have a django site on another server to connect to the backend website for login in and doing other stuff.
basically mysite would take login credentials, pass to other site and receive a cookie. then my site would send a request for data, and allow the user to manipulate it on my server before sending it back to backend. how would i go about this? -- You received this message because you are subscribed to the Google Groups "Python Ireland" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pythonireland?hl=en.
