screenshots are here:
http://www.vonautomatisch.at/django/move/index.html
question is:
is someone interested in abstracting the integration, e.g. using some
kind of "move_by"-field in the admin-section of the models.
i can share the files, that´s not the problem. but unfortunately, I´m
currently not capable of doing the move_by-field.
thanks,
patrick
Konstantin
> I believe ticket 13, now in accepted queue, deals with this
> functionality: http://code.djangoproject.com/ticket/13
I'm not sure it's exactly the same, as ticket #13 only deals with the
ordering of related objects with respect to a particular object. It
would be useful to be able to order objects in and of themselves, too.
Jason
stadtkinowien? :) servus! :D
On Dec 19 2006, 5:09 pm, "va:patrick.kranzlmueller"
models.py
http://dpaste.com/hold/4898/
views.py
http://dpaste.com/hold/4899/
change_list.html
http://dpaste.com/hold/4900/
the change_list may look a bit weird (due to the whole js-code and
the additional styles).
patrick
cheers!
ashley
On Jan 22, 8:48 pm, "patrick k." <patr...@vonautomatisch.at> wrote:
> sorry for the delay, here is the code:
>
> models.pyhttp://dpaste.com/hold/4898/
>
> views.pyhttp://dpaste.com/hold/4899/
>
> change_list.htmlhttp://dpaste.com/hold/4900/