Thursday, December 27, 2012

Re: Is their an easy way to implement an ordered list of, say, urls in Django

On Sat, Dec 22, 2012 at 05:22:05PM -0800, Doug S wrote:

> I want to store an ordered list of items in my models
> and allow insertions and appending to the end of the list.

I've been using Django Positions for handling ordered lists:

https://github.com/jpwatts/django-positions/

It seems to work well.



--

Kevin
http://www.RawFedDogs.net
http://Lassie.RawFedDogs.net
http://www.WacoAgilityGroup.org
Bruceville, TX

What's the definition of a legacy system? One that works!
Errare humanum est, ignoscere caninum.

--
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 django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment