I want to create a view looking and working just like the admin change_list, but using my own template ( based on the admin change_list template ) so that all the filtering you get from specifiying filtering in your adminmodel still works in my new view. I DO NOT want to extend or override the existing one but provide an additional/alternative view to the existing change_list for a specific app/model. I need to change how the elements in the change_list are presented. I'm listing photos, and want a layout like googles image search, not the table-based you get by default in the admin. I need to do this as well in my alternative view. I want to use the date-hierarchy, filtering, pagination, admin actions etc you get for free in the admin in my alternative view.
Is this possible? How do I reuse most of the existing admin code to achieve this? -- Mvh/Best regards, Thomas Weholt http://www.weholt.org -- You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en.

