Re: cannot connect to postgresql database

2011-11-24 Thread Nikhil Verma
No Problem dear It happens.!! On Thu, Nov 24, 2011 at 4:38 PM, TANYA wrote: > 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

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) >> Request Method: GET >> Request U

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 group, send em

Re: cannot connect to postgresql database

2011-11-24 Thread Nikhil Verma
Hi Tanya Okay 404 is a page not found error. According to your problem what i can say is when there is something wrong in the urls.py file. Check it carefully. Explanation :- When you type in the url (which should be present in the urls.py file) it match to a praticular function in views. I can't

Re: cannot connect to postgresql database

2011-11-24 Thread Daniel Roseman
On Thursday, 24 November 2011 09:39:58 UTC, Tanya wrote: > > Page not found (404) > Request Method: GET > Request URL: http://127.0.0.1:8000/ > > Using the URLconf defined in mysite.urls, Django tried these URL > patterns, in this order: > >1. ^hello/$ > > The current URL, , didn't match any of

Re: cannot connect to postgresql database

2011-11-24 Thread TANYA
Page not found (404) Request Method: GET Request URL:http://127.0.0.1:8000/ Using the URLconf defined in mysite.urls, Django tried these URL patterns, in this order: 1. ^hello/$ The current URL, , didn't match any of these. You're seeing this error because you have DEBUG = True i

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 page says "

Re: cannot connect to postgresql database

2011-11-23 Thread Simon Riggs
On Wed, Nov 23, 2011 at 1:42 PM, TANYA wrote: > hello, i am new to python but want to learn a framework like django so > i installed it on ubuntu but cannot connect to the postgresql > databasei done know if this is postgresql problem or ubuntu > problem or django? where should i ask for help

cannot connect to postgresql database

2011-11-23 Thread TANYA
hello, i am new to python but want to learn a framework like django so i installed it on ubuntu but cannot connect to the postgresql databasei done know if this is postgresql problem or ubuntu problem or django? where should i ask for help to connect django to postgresql? i follow the tutoria