Changes between Version 11 and Version 12 of DjangoDesign


Ignore:
Timestamp:
Feb 8, 2010, 6:16:22 PM (14 years ago)
Author:
jcroft
Comment:

Adding non-CRUD functionality bit

Legend:

Unmodified
Added
Removed
Modified
  • DjangoDesign

    v11 v12  
    2727Grappelli 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)
    2828
     29=== Non-CRUD functionality ===
     30
     31Apps should be able to register functionality outside of the typical "CRUD," for example status widgets, information displays, tasks that can be executed, etc. Somehow, apps should be able to extend the admin's functionality. (JC)
     32
    2933== Valuable external resources ==
    3034
Back to Top