Friday, August 1, 2014

Re: Redirect with string?

redirect is a django shortcut for an http redirect response, not a file/pipe redirect. You need to use a python socket to connect to the ip address.

http://stackoverflow.com/questions/68774/best-way-to-open-a-socket-in-python

--
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 django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/4fa95d46-e174-4ece-a3b0-82050d97458b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment