The admin change list pages you get 'for free' when you add:

class Admin:
    list_display = ( ... )
    list_filter = ( ... )
    search_fields = ( ... )

to your model are really nice. I'd like to add these features to my custom
admin pages as well. I am getting part of the way there to sort the data
shown in a template by clicking the column header of a data table but even
that is still very clunky.

Does anyone have any examples of how to add one or more of these components
to a template that extends admin/base_site.html and the associated views.py?

Thanks,

Vincent 



--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to