Hi, On Mon, Sep 8, 2008 at 4:09 PM, Erik Allik <[EMAIL PROTECTED]> wrote: > > Hi, > > Does anyone have actual working code for administering models that use > django-mptt? It'd be nice if the code was free, but if it's not, maybe > we can work something out. >
I've implemented a drag-drop interface using mptt and the jquery nestedsortablewidget[1] The piece of code which glues these two together can be found here: http://spinlock.ch/pub/git/?p=django/tusk.git;a=blob;f=mptt_nsw_bridge.py;hb=HEAD This was a weekend hack and it looks like it. Maybe it'll get you started though. Matthias [1]: http://code.google.com/p/nestedsortables/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---