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
> 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
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/
3 matches
Mail list logo