On Fri, Apr 18, 2008 at 12:51 AM, Dan-Cristian Bogos
<[EMAIL PROTECTED]> wrote:
> Folks,
>
> I was wondering what is the best way to send out http requests from within
> django. Shall I use an external library (like urllib) or use some django
> internals?
> Eg: I want to POST some info on some other django site.

Django is a framework for a HTTP server; it has almost no built-in
client capabilities. You will need to use urllib or something similar.

Yours,
Russ Magee %-)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to