response = urllib2.urlopen(request)
f=open("log.html","w+")
f.write(response.read())
f.close()
Then open the file with your browser and see the detailed message.
Perhaps setting DEBUG=True in your Django instance( if not already )
would help troubleshoot.
HTH,
Radu
PS : my guess is that you are missing a value for the "pk" field, but
it is just a guess
Radu
Radu
On Thu, Jul 31, 2008 at 8:57 AM, Huuuze <huu...@orgoo.com> wrote:
>
--
Regards,
Alaa Salman
Entrepreneur, Contractor, Programmer
http://www.codedemigod.com
Free Software Foundation Associate Member #6304
"One machine can do the work of fifty ordinary men. No machine can do the work of one extraordinary man." ---Elbert Hubbard
"Never measure the height of a mountain until you have reached the top. Then you will see how low it was." ---Dag Hammarskjold