Re: get_object_or_404 error

2008-10-16 Thread jseleuco
ROTECTED]> wrote: > On Wed, 2008-10-15 at 16:09 -0700, jseleuco wrote: > > Hi all, > > > Just started today with the Python, Django and Google app engine and > > having some novice problems as well :) > > I just noticed you said it's your first day wit

get_object_or_404 error

2008-10-15 Thread jseleuco
Hi all, Just started today with the Python, Django and Google app engine and having some novice problems as well :) def detail(request, poll_id): p = get_object_or_404(Poll, pk=poll_id) return render_to_response('polls/detail.html', {'poll': p}) The get_object_or_404 method is crashin