Changes between Version 28 and Version 29 of DjangoDesign


Ignore:
Timestamp:
Mar 30, 2010, 2:40:41 AM (14 years ago)
Author:
Derek Hohls
Comment:

how to display placeholders

Legend:

Unmodified
Added
Removed
Modified
  • DjangoDesign

    v28 v29  
    5454=== Dashboard "Placeholders" ===
    5555
    56 Grappelli sets a very interesting precedent with regards to adding the concept of "bookmarks", etc. to the admin's index page. I've seen and used numerous projects (such as bartTC's [http://github.com/bartTC/django-memcache-status django-memcached-status]) that add elements to that page. Currently, they place themselves at the top of the app list. Given a few of these, the situation gets ugly fairly quickly. Even if Grappelli's concepts, like bookmarks, never make it to the admin, a block reserved for these types of widgets should be reserved. (BV) Isn't this solved by the non-CRUD functionality as described below? (AB)
     56Grappelli sets a very interesting precedent with regards to adding the concept of "bookmarks", etc. to the admin's index page. I've seen and used numerous projects (such as bartTC's [http://github.com/bartTC/django-memcache-status django-memcached-status]) that add elements to that page. Currently, they place themselves at the top of the app list. Given a few of these, the situation gets ugly fairly quickly. Even if Grappelli's concepts, like bookmarks, never make it to the admin, a block reserved for these types of widgets should be reserved. (BV) Possibly a "drop down" list or "hide/expand area" would allow for N number of elements to be added to such a "block" or section of the page?
     57
     58Isn't this solved by the non-CRUD functionality as described below? (AB)
    5759
    5860=== Non-CRUD functionality ===
Back to Top