template error in html forms

2012-02-01 Thread TANYA
on2.6/dist-packages/django/template/loader.py in find_template, line 138 Python Executable: /usr/bin/python -- TANYA -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To

Re: template error in html forms

2012-02-01 Thread TANYA
the installed apps has 'mysite.books', in the path and the html files are in a directory under mysite project directory. Is that correct? On Wed, Feb 1, 2012 at 12:06 PM, Ankit Rai wrote: > Please check your template path in settings.py. > > > > > On Wed, F

Re: template error in html forms

2012-02-01 Thread TANYA
gt; On Wed, Feb 1, 2012 at 7:59 PM, TANYA wrote: > >> the installed apps has 'mysite.books', in the path and the html files >> are in a directory under mysite project directory. Is that correct? >> >> >> >> On Wed, Feb 1, 2012 a

Re: template error in html forms

2012-02-02 Thread TANYA
he > template directory and not under any subdirectory therein. > > If you could post the entire debug info (Also the one at the far bottom of > the error page), it might be helpful for us. > > > On Wed, Feb 1, 2012 at 8:22 PM, TANYA wrote: > >> yes, the path is already

Re: template error in html forms

2012-02-02 Thread TANYA
t; (note the 's' in the end) or the other >> way round. Anyway, check for any misspelling in the template name itself - >> or whether the template 'search_results.html' is directly under the >> template directory and not under any subdirectory therein. >> >

cannot connect to postgresql database

2011-11-23 Thread TANYA
tutorial on djangobook.com -- CHEERS, TANYA -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@google

Re: cannot connect to postgresql database

2011-11-23 Thread TANYA
I follow this page http://www.djangobook.com/en/2.0/chapter02/ but didnt install django in /home/tanya/. I put it in different place /home/tanya/learndjango/Django-1.3.1 but I start project in "learndjango". I install Postgresql with apt-get so Postgresql is not in this same folder. The

Re: cannot connect to postgresql database

2011-11-24 Thread TANYA
BUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page. is the error when i try the samples from djangobook.com TANYA -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this

Re: cannot connect to postgresql database

2011-11-24 Thread TANYA
ok, I didnt know. I trry http://127.0.0.1:8000/hello/ and it works. Thankyou. -- TANYA -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this g

Re: cannot connect to postgresql database

2011-11-24 Thread TANYA
I keep seeing this message, KSycocaPrivate::openDatabase: Trying to open ksycoca from "/var/tmp/kdecache-tani/ksycoca4" On Thu, Nov 24, 2011 at 9:49 AM, Daniel Roseman wrote: > On Thursday, 24 November 2011 09:39:58 UTC, Tanya wrote: >> >> Page not found (404) >>

Re: how to uninstall the django version

2011-11-24 Thread TANYA
one say me how to solve it. >>> >>> -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to django-users@googlegroups.com. > To unsubscribe from this group, send email to >

filesystem path in settings.py

2011-11-24 Thread TANYA
ttings.py be changed or should MEDIA_ROOT be left empty? -- TANYA -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send e

Re: filesystem path in settings.py

2011-11-27 Thread TANYA
Nov 25, 2011 at 7:41 AM, Timothy Makobu < > makobu.mwambir...@gmail.com> wrote: > >> Hi, >> >> Please read this whole thing >> https://docs.djangoproject.com/en/dev/howto/static-files/ >> >> >> On Fri, Nov 25, 2011 at 6:28 AM, TANYA wrote: >> >>> # Abso