Re: Unable to process my form

2011-03-04 Thread Silvio
What does the error say now? Post the traceback. On Mar 4, 2:14 pm, vijay wrote: > Hi Silvio, >              Still i am getting TemplateDoesNotFound error.Please suggest me > > Regards > Vijay > > > > > > > > On Thu, Mar 3, 2011 at 6:41 PM, Silvio wrote: > > You don't want to pass an absolute pa

Re: Unable to process my form

2011-03-04 Thread vijay
Hi Silvio, Still i am getting TemplateDoesNotFound error.Please suggest me Regards Vijay On Thu, Mar 3, 2011 at 6:41 PM, Silvio wrote: > You don't want to pass an absolute path to render_to_response. You > want to pass a relative path. Right now you're passing '/home/prvr/ > Deskto

Re: Unable to process my form

2011-03-03 Thread Silvio
You don't want to pass an absolute path to render_to_response. You want to pass a relative path. Right now you're passing '/home/prvr/ Desktop/djcode/mysite/books/search_form.html'. You want something along the lines of "books/search_form.html". Then in your settings.py file, be sure to add '/hom

Unable to process my form

2011-03-03 Thread Vijay
Hi All, I am new to django.I am practicing Django using the book "The Definitive Guide to Django" by Jacob and Adrian.I have installed Django on Ubuntu.I tried to process HTML form as directed in that book,then i am getting the following error.Please suggest me a solution for this. Enviro