: tutorial 4 not working
Did you remember to rename the template? polls/index.html to
polls/poll_list.html
On 4/6/07, Frank <[EMAIL PROTECTED] > wrote:
Hello,
http://www.djangoproject.com/documentation/tutorial04/
I am getting template errors:
is there a step missing?
Hello,
http://www.djangoproject.com/documentation/tutorial04/
I am getting template errors:
is there a step missing?
Thanks
Frank
here is my code:
from django.conf.urls.defaults import *
from mysite.polls.models import Poll
info_dict = {
'queryset': Poll.objects.all(),
}
urlpatterns = pat
2 matches
Mail list logo