Re: DjangoBook help Chapter 7

2009-04-17 Thread J. Cliff Dyer
On Fri, 2009-04-17 at 12:45 -0700, LeeRisq wrote: > Hey all, > > Thanks for reading. I have gone over and over the section first half > of the chapter about having a simple search form. Here are my views: > > from django.shortcuts import render_to_response > from mysite.books.models import Book

DjangoBook help Chapter 7

2009-04-17 Thread LeeRisq
Hey all, Thanks for reading. I have gone over and over the section first half of the chapter about having a simple search form. Here are my views: from django.shortcuts import render_to_response from mysite.books.models import Book def search_form(request): return render_to_response('search