Re: [Tutor] Tutor Digest, Vol 105, Issue 55

2012-11-21 Thread Don Jennings
On Nov 21, 2012, at 5:57 AM, tutor-requ...@python.org wrote: > On Wed, Nov 21, 2012 at 3:53 PM, Timo wrote: > > > I can create a torrent using py3createtorrent locally, but am unable to > figure how it will work via a django web app. > > To make it work locally, i specified the local location

Re: [Tutor] Creating a torrent file & associated tracker through a django web app

2012-11-21 Thread ashish makani
Clarifying query inline . On Wed, Nov 21, 2012 at 3:53 PM, Timo wrote: > Op 21-11-12 08:54, ashish makani schreef: > > >> Hi Tutor folks >> >> I am trying to achieve the following : >> >> The user should log into a web app, select a file & the web app should >> generate a .torrent file & a priva

Re: [Tutor] Creating a torrent file & associated tracker through a django web app

2012-11-21 Thread Timo
Op 21-11-12 08:54, ashish makani schreef: Hi Tutor folks I am trying to achieve the following : The user should log into a web app, select a file & the web app should generate a .torrent file & a private tracker(http://IP_ADDRESS:PORT_NUMBER/announce) for that .torrent file. Basically, i w