On Dec 6, 9:33 am, Kaze wrote:
> You can override "changelist_view" function in admin.py for that
> model.
ok, thanks, that helped me figure out a solution. here's what i added
to admin.py within my Sales class. i can then access 'cl.amount_sum'
from my pagination.html template. anything wrong wi
You can override "changelist_view" function in admin.py for that
model.
Tryn googling "def changelist_view(self, request, extra_context=None,
**kwargs):".
On Dec 6, 7:26 pm, Count László de Almásy wrote:
> I'm new to django but working hard to come up to speed. I need to make
> a small change to
2 matches
Mail list logo