How do I overrride fieldset.html template so that I can pass more arguments

Posted by Anand on Stack Overflow See other posts from Stack Overflow or by Anand
Published on 2010-03-11T17:03:40Z Indexed on 2010/06/16 1:42 UTC
Read the original article Hit count: 316

I am overriding the admin fieldset.html template? I need to access the model. I have a table called domain and I need to query the database (Domain.objects.all) get a list of all the domains and pass it to the template. How/where would I do it especially with respect to admin interface. Thanks

© Stack Overflow or respective owner

Related posts about django

Related posts about django-admin