I'm hoping to get advice about customizing the admin. 


 I have a series of filters I need to run and then I want the ability to 
loop though this list. I'm thinking of starting with a form where I can 
select the filter options. I want a next/previous buttons when I'm looping. 


 How would I implement this? I'm just looking for high level advice. 


 I know I can set index_template in AdminSite to create the first page. I 
know there is the SimpleListFilter but I don't think I can use it since I 
want multiple filters that need to be configured. Also I don't want to have 
to select all the models to loop though them. I plan on writing a custom 
add/change view. 


 I'm not sure how to go from the selected filter options to looping though 
each of the selected models. I'm not sure if I can pass and store a query 
set for when I loop though each model. Some of the options I've thought 
about is storing the filter parameters in the url and the current model 
number. Another thing I thought about is storing the results in database 
and recalling it.


 Brian

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/740d97fd-26e2-48ec-91fb-516b24bb812f%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to