Re: Multiple apps on one page, how?

2006-01-02 Thread Colin Howlett
In addition to what James and Luke have to say, you might want to look at this thread on the developers list: http://groups.google.com/group/django-developers/browse_frm/thread/53ce5282c9e29df8/ You should mostly ignore my incoherent ramblings there, but Robert Wittams identified an elegant solu

Re: batched display

2005-11-25 Thread Colin Howlett
Kenneth, The the object_list generic view accepts a paginate_by argument see here: http://www.djangoproject.com/documentation/generic_views/#using-list-detail-generic-views Is that what you're looking for? Colin Kenneth Gonsalves wrote: > On Friday 25 Nov 2005 9:38 am, Clint Ecker wrote: > > I

Re: Paginating complex queries

2005-11-23 Thread Colin Howlett
+1 to putting the request object into the context as standard, or at least into DjangoContext. I've only been playing with Django for a few days, and it's already obvious that this single change would make writing useful custom tags a whole lot easier. Colin

Re: Trouble with Apache 1.3 and FCGI on Mac OS X

2005-11-16 Thread Colin Howlett
Georg, I wasn't really complaining about not getting a reply, just stating a fact :-) Anyway, I did try downloading from http://www.inoi.fi/open/trac/eunuchs and it didn't compile for me. Were you using 10.4? As I said, my problem is solved, but it would be nice to have clear guidance for oth

Re: Trouble with Apache 1.3 and FCGI on Mac OS X

2005-11-11 Thread Colin Howlett
. Maybe someone with the same problem as me will stumble across this thread. Colin Colin Howlett wrote: > Hi, > > I've been trying to get up and running with Django on Mac OS X 10.3.9. > I installed Django, and with Django's built-in webserver it works fine. > Due to the

Trouble with Apache 1.3 and FCGI on Mac OS X

2005-11-11 Thread Colin Howlett
Hi, I've been trying to get up and running with Django on Mac OS X 10.3.9. I installed Django, and with Django's built-in webserver it works fine. Due to the issues with serving media (such as css) from that server, I've been trying to get Django working with the standard apache 1.3 on the mac us