django on tomcat

2009-04-23 Thread Brendan Miller
What servers does django support? Is there any way to get it with cpython to run on top of tomcat? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-user

Re: tutorial bug

2008-10-18 Thread Brendan Miller
> The tutorial, though, puts it on the Poll model.  Where is yours? Ah, thanks. It seems that I put it in the PollAdmin for some reason. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post t

tutorial bug

2008-10-18 Thread Brendan Miller
I was running through the tutorial to get up to speed on django. Most of the way down tutorial 2, it asks you to add a list display to the PollAdmin: list_display = ('question', 'pub_date', 'was_published_today') When viewing the relevant page, this explodes with: TemplateSyntaxError at /admin/