Re: TreePanel in Django

2009-04-17 Thread Eduardo Aragon
Thank buddie...I'll try out On 14 abr, 16:43, Peter Herndon wrote: > I've done something similar using jquery and the dynatree plugin, > though the directory "structure" doesn't actually exist on the file > system of the server.  I'm building my tree from relationships stored > in the db. > > Wo

Re: TreePanel in Django

2009-04-14 Thread Peter Herndon
I've done something similar using jquery and the dynatree plugin, though the directory "structure" doesn't actually exist on the file system of the server. I'm building my tree from relationships stored in the db. Works for me so far, though I've yet to test with large quantities of objects. --

Re: TreePanel in Django

2009-04-13 Thread Joshua Partogi
Yes you can use ext-js with django for this. On Apr 14, 6:23 am, Eduardo Aragón Montes wrote: > Hi everyone..I'm new in django and I'm developing and app that have virtual > storage for users...so i would like to do a treepanel for every user where > they can see what files they have uploaded an

TreePanel in Django

2009-04-13 Thread Eduardo Aragón Montes
Hi everyone..I'm new in django and I'm developing and app that have virtual storage for users...so i would like to do a treepanel for every user where they can see what files they have uploaded and if they want create folders and organize their files...I know i can use ext-js but i would like to kn