Search Results

0
votes

Separating ManyToManyFields in a template

Use Django's regroup tag: http://docs.djangoproject.com/en/dev/ref/templates/builtins/#regroup …
2
votes

Building Django app using Comet/Orbited on Apache, use mod_wsgi or mod_python?

Yes, absolutely. I would probably use Orbited as implemented by Dark Porter - It's the simplest solution to get your code running, and implemented in pure python. Not to me …