Re: [BangPypers] [django] Directory Listing

2010-11-27 Thread Rajeev J Sebastian
I have used it extensively. In particular to implement the kind of thing asked in the subject. However. django-mptt itself doesn't provide any mechanisms to build taxonomies or categories; it only allows building trees. I have built a taxonomy app on top of it, which I could possibly share with y

Re: [BangPypers] [django] Directory Listing

2010-11-25 Thread Kenneth Gonsalves
On Thu, 2010-11-25 at 17:02 +0530, Venkatraman S wrote: > > I did have a try some years back - but I am weak in mathematics, so > I > > rolled my own. > > > > How is this related to math-troubles? You mean "<" and ">" are > confusing? I could not understand the logic - some algorithm (I did not

Re: [BangPypers] [django] Directory Listing

2010-11-25 Thread Venkatraman S
On Thu, Nov 25, 2010 at 6:48 PM, Senthil Kumaran wrote: > On Thu, Nov 25, 2010 at 06:40:38PM +0530, Venkatraman S wrote: > > On Thu, Nov 25, 2010 at 5:03 PM, Gora Mohanty > wrote: > > > > > > > > What do you mean by an "app" in the context of Python? Do you mean > > > a Django application? > > >

Re: [BangPypers] [django] Directory Listing

2010-11-25 Thread Senthil Kumaran
On Thu, Nov 25, 2010 at 06:40:38PM +0530, Venkatraman S wrote: > On Thu, Nov 25, 2010 at 5:03 PM, Gora Mohanty wrote: > > > > > What do you mean by an "app" in the context of Python? Do you mean > > a Django application? > > > > Check out the Subject of the email. If I were to reply to previous

Re: [BangPypers] [django] Directory Listing

2010-11-25 Thread Venkatraman S
On Thu, Nov 25, 2010 at 5:03 PM, Gora Mohanty wrote: > > What do you mean by an "app" in the context of Python? Do you mean > a Django application? > Check out the Subject of the email. ___ BangPypers mailing list BangPypers@python.org http://mail.pyth

Re: [BangPypers] [django] Directory Listing

2010-11-25 Thread Gora Mohanty
On Thu, Nov 25, 2010 at 4:38 PM, Venkatraman S wrote: > Is there a Directory Listing app? By directory i meant categories. > Lets say, a system to manage the various types of categories in eBay and > associate items and other categories within it. [...] What do you mean by an "app" in the context

Re: [BangPypers] [django] Directory Listing

2010-11-25 Thread Venkatraman S
On Thu, Nov 25, 2010 at 4:58 PM, Kenneth Gonsalves wrote: > > I did have a try some years back - but I am weak in mathematics, so I > rolled my own. > How is this related to math-troubles? You mean "<" and ">" are confusing? ___ BangPypers mailing list

Re: [BangPypers] [django] Directory Listing

2010-11-25 Thread Kenneth Gonsalves
On Thu, 2010-11-25 at 16:54 +0530, Venkatraman S wrote: > On Thu, Nov 25, 2010 at 4:45 PM, Kenneth Gonsalves > wrote: > > > django-mptt? > > > > > I did have a try some years back - but I am weak in mathematics, so I rolled my own. -- regards Kenneth Gonsalves ___

Re: [BangPypers] [django] Directory Listing

2010-11-25 Thread Venkatraman S
On Thu, Nov 25, 2010 at 4:45 PM, Kenneth Gonsalves wrote: > django-mptt? > I have seen some people rant about it in #django. Have you tried it? ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] [django] Directory Listing

2010-11-25 Thread Kenneth Gonsalves
On Thu, 2010-11-25 at 16:38 +0530, Venkatraman S wrote: > Is there a Directory Listing app? By directory i meant categories. > Lets say, a system to manage the various types of categories in eBay > and > associate items and other categories within it. django-mptt? -- regards Kenneth Gonsalves _