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