On Sat, 2009-01-17 at 10:00 -0500, didier rano wrote: > Hi all, > > In Django administration page, models are grouped by > application/folder. Is it possible to change behavior by code ?
If you wanted something vastly different, you would need to override the AdminSite.index method (currently the data is created in an ordered version in the app_list variable that is given to the context there). If you only wanted to rearrange things a little bit and could do that by modifying app_list in a template, you can create your own version of the admin/index.html template. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---