Re: Routing TCPIP requests/ responses to and from a Django app

2012-09-22 Thread Russell Keith-Magee
On Fri, Sep 21, 2012 at 9:25 PM, Sithembewena Lloyd Dube wrote: > Hi everyone, > > What is the recommended way to configure a Django project to listen for and > respond to requests via the TCPIP protocol? I'm intrigued why you think there would be a a "recommended" way to do

Routing TCPIP requests/ responses to and from a Django app

2012-09-21 Thread Sithembewena Lloyd Dube
Hi everyone, What is the recommended way to configure a Django project to listen for and respond to requests via the TCPIP protocol? I have a project which should listen on a given port, parse the request and save stuff, then generate a response via the same protocol. Any ideas? Thanks. --