Re: (Re)ordering stuff

2006-07-23 Thread patrickk
what baczek asked is probably some sort of drag-and-drop (either using AJAX or simple up/down-buttons). since the admin-interface is easy to customize, it´s not so hard to do that by yourself. on the other hand, it´d be cool to have that built-in already, e.g. as an admin-option when definin

Re: (Re)ordering stuff

2006-07-22 Thread Waylan Limberg
On 7/22/06, Baczek <[EMAIL PROTECTED]> wrote: > > > Martin Robinsson napisal(a): > > "reorder stuff" is quite vague... > [...] > > If you want to control the order in which table records appear you can > > look at the ´´ordering´´ Admin parameter instead. That and all > > other Admin options are d

Re: (Re)ordering stuff

2006-07-22 Thread Baczek
Martin Robinsson napisal(a): > "reorder stuff" is quite vague... [...] > If you want to control the order in which table records appear you can > look at the ´´ordering´´ Admin parameter instead. That and all > other Admin options are documented here: > http://www.djangoproject.com/documentation/

Re: (Re)ordering stuff

2006-07-21 Thread Martin Robinsson
"reorder stuff" is quite vague... If you mean specifying the order of and which fields should appear on the admin page you can do that using the ´´fields´´ parameter to Admin as is shown in tutorial 2: http://www.djangoproject.com/documentation/tutorial2/ If you want to control the order in which

Re: (Re)ordering stuff

2006-07-21 Thread [EMAIL PROTECTED]
Admin panel can be customized, see this docs: http://www.djangoproject.com/documentation/tutorial2/ and similar tutorial, in Polish can be found on my site - www.linux.rk.edu.pl some tips are also in http://www.djangoproject.com/documentation/model_api/ --~--~-~--~~~

(Re)ordering stuff

2006-07-21 Thread Baczek
Hello, world! I finally convinced my boss to ditch php in favour of django (this little screencast with an automagical admin generation made his jaw hit the floor), but I've got a question - is it possible to reorder stuff? It's not covered in the tutorial and it is one of the most basic needs of