On Tue, Dec 27, 2011 at 10:57 PM, Michel Thadeu Sabchuk <[email protected]> wrote: > Hi guys, > > Me and some grappelli developers are talking about the possibility of > grappelli make the app index optional. This would be very useful once > I can customize the index page and therefore, sometimes the app index > messy the things reather than organize access. > > We all agree that this configuration would make much more sense to > exist in django reather than in the grappelli. I can customize the > index page without grappelli anyway. > > What do you think about it?
I'm sure the devil will be in the details, but as a broad goal, this seems reasonable to me. There's a lot of room for Django to "eat it's own dogfood" when it comes to the admin interface; making individual views class based, making it easier to reuse parts of views, and so on. If this sort of refactoring were to happen, it would seem logical that improved configurability of these views (e.g., making the "home" view user-configurable) would be a logical outcome. There were some discussions at DjangoCon US 2011 about starting a "Django NewAdmin" as a broad development effort; however, this doesn't appear to have generated any massive development effort. If this is an area that you would like to help out, feel free to pitch in! Yours, Russ Magee %-) -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
