I've used Requests in the past. All I did was load the page in Chrome and then I looked at what was being sent and compared it to what your script was sending. When I added the missing key it worked.
Trial and error. :) K On Wednesday, August 21, 2013 8:48:16 AM UTC-7, [email protected] wrote: > > How did you know that that was the name of the form? When I went to > django.contrib.auth.forms, it seemed the form name was AuthenticationForm, > and when I used view source in a browser it looked like the form was named > login-form. How could one know the form was named 'this_is_the_login_form'? > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. For more options, visit https://groups.google.com/groups/opt_out.

