Welcome
Thanks for checking out the Django acts_as_list project. I've been working on it recently while writing code for a project that needed a sortable list. As you can prob guess (if you recognize the acts_as_list name) I am also a Rails developer. The functions are all the same as the Rails version. The way you use it is a tad different due to the syntactic differences in each language. Check out the GettingStarted page for more info.
For those of you who don't know WTF Django Acts as List is...
Django Acts as List is an abstract base class that provides the means to access records as a list. It also allows you to add flexible scope conditions to the your model which will let you store multiple scoped lists in the same table.
About
This project is a Django (Python) implementation of the acts_as_list sortable list plug-in from ruby on rails. The code is offered under an MIT License so you can use it as you like. If it works for you that's great! Drop me a line and let me know. If there are bugs feel free to put them into the issue tracker. I'll try to get to them as quickly as I can. As always the code is offered on an 'as is' basis so use at your own risk. ;)
Help Wanted
If you have the skills and some time I could really use some more people to contribute. Here are some points that could use work. If you want to help create a patch and send it to me. If it looks good I'll add you to the project.
- Testing, Testing and more Testing
- Creating Doc Tests
- Working on the test app
- Creating Doc pages
- Refining the acts_as_list functions