On Oct 21, 6:45 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > > Are there something in Django ORM or contrib to do "acts_as" like in > RoR or Elixir (SqlAlchemy). Example : > > http://elixir.ematia.de/apidocs06/elixir.ext.htmlhttp://elixir.ematia.de/apidocs06/elixir.ext.list.html > > In Elixir, when I add acts_as_list(qualifier=qualify) in Model I can > use move_higher, move_lower ... methods. > > Do you know a Django project like this ? If isn't I can make it. > > Regards, > Stephane
acts_as is a Ruby design pattern rather than a Python one. However, for the specific higher/lower functionality, look into django-mptt: http://code.google.com/p/django-mptt/ -- DR. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---