On Wednesday, November 21, 2012, ashish makani wrote:

> Hi Folks
>
> Following is a description of what i am trying to achieve :
>
> The user should log into a web app, select a file & be able to create a
> torrent & a private tracker(http://IP_ADDRESS:PORT/announce) gets created
> for that torrent.
>
> I found two libraries mktorrent[1] & py3createtorrent [2],
>  but i need help with how to create a torrent from a django web app.


Not being able to do a lot of research myself to help, I would suggest
creating a function in views.py. Import the library you are interested in
(in views.py), write the function to create the torrent, then make an entry
in urls.py that points to that function?

cheers
L.



> Any suggestions for django modules or libraries which can do this :  user
> selects a file(s) & a torrent file & associated (private) tracker,
> gets created for that file(s).
>
> Any suggestions/pointers/ideas/links will be greatly appreciated
>
> Thanks a ton,
>
> cheers
> ashish
>
> 1. http://mktorrent.sourceforge.net/
> 2. http://www.robertnitsch.de/projects/py3createtorrent
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/django-users/-/zHLm2DFLA4kJ.
> To post to this group, send email to 
> [email protected]<javascript:_e({}, 'cvml', 
> '[email protected]');>
> .
> To unsubscribe from this group, send email to
> [email protected] <javascript:_e({}, 'cvml',
> 'django-users%[email protected]');>.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>


-- 
...we look at the present day through a rear-view mirror. This is something
Marshall McLuhan said back in the Sixties, when the world was in the grip
of authentic-seeming future narratives. He said, “We look at the present
through a rear-view mirror. We march backwards into the future.”

http://www.warrenellis.com/?p=14314

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
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