Re: Extending result count at bottom of admin pages

2009-12-06 Thread Kaze
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

Serving an external web site which requires authentication

2008-03-24 Thread Kaze
Hi, I'm developing a django site and I need your suggestions about the topic. Actually, I'm not sure where to start but basically, I want to make something like; (I have an account on a site which requires log-in) - My server will be logged-in to that site with my account. - And when a user conn