"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 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/model_api/#admin-options Martin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---