#11895: Grouping and reordering apps on the admin index page
---------------------------------------+------------------------------------
 Reporter:  patr...@vonautomatisch.at  |       Owner:  nobody    
   Status:  new                        |   Milestone:            
Component:  django.contrib.admin       |     Version:  1.1       
 Keywords:                             |       Stage:  Unreviewed
Has_patch:  1                          |  
---------------------------------------+------------------------------------
 referring to this posting http://groups.google.com/group/django-
 developers/browse_thread/thread/ea852f1cd590e5ec#, here are the first
 patches for grouping and reordering apps on the index-page of the admin-
 interface.

 background: currently, the admin index site reflects the structure of your
 applications/models. I don´t think editors (who use the admin site) are
 interested in the structure of your project/applications. what they want
 is the most reasonable list of models, divided into different
 sections/groups (not necessarily apps).

 example: when I´m using djangos auth-app and I´m extending the user-model
 with a user-profile, I´m having "auth" (with users and groups) and "user"
 (with user profile) on my admin index page. orderd by names, auth is very
 much on the top of my page while user is at the bottom. for an editor,
 this is probably hard to understand (because the editor
 doesn´t know anything about apps). for him/her, it´s probably more
 comfortable having a headline "user management" with the apps "users",
 "groups" and "user profiles".

-- 
Ticket URL: <http://code.djangoproject.com/ticket/11895>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to