Re: Help:How to post data to the admin form by urllib2 ?

2010-07-28 Thread Benedict Verheyen
On 27/07/2010 17:48, jerry wrote: > Hi: > I build a website and want to login the admin form by python code. I > have disabled the CSRF in my project and use urllib2 to post data. > here are my codes: > -

Re: Help:How to post data to the admin form by urllib2 ?

2010-07-28 Thread Rory Hart
On Wed, Jul 28, 2010 at 1:48 AM, jerry wrote: > Hi: > I build a website and want to login the admin form by python code. I > have disabled the CSRF in my project and use urllib2 to post data. > here are my codes: > > --

Help:How to post data to the admin form by urllib2 ?

2010-07-27 Thread jerry
Hi: I build a website and want to login the admin form by python code. I have disabled the CSRF in my project and use urllib2 to post data. here are my codes: import urllib import url