Re: plz help me i have checked many time but i could not find error place.....

2013-02-06 Thread Yussi
Does manage.py dbshell shows the tables? are you sure syncdb worked? what output did it give? settings.py have the database configured properly? sorry, I'm a django newb too. On 06/02/13 15:42, Black9design.com wrote: Depending on your project structure You may want to try adding the project na

Re: plz help me i have checked many time but i could not find error place.....

2013-02-06 Thread Black9design.com
Depending on your project structure You may want to try adding the project name before polls_poll such as. Project_name_polls_poll. I hope that helps. Parker On Feb 6, 2013, at 5:22 AM, Avnesh Shakya wrote: > > I have checked many time, even i have deleted my project n i have created new >

Re: plz help me i have checked many time but i could not find error place.....

2013-02-06 Thread Jaimin Patel
Do you see polls_poll table in your database? How does your db settings looks? On Wednesday, February 6, 2013 9:02:53 AM UTC-5, Avnesh Shakya wrote: > > ya i have executed python manage.py syncdb...but still it's giving > error... > > On Wed, Feb 6, 2013 at 7:01 PM, Thomas Weholt > > >

Re: plz help me i have checked many time but i could not find error place.....

2013-02-06 Thread Avnesh Shakya
ya i have executed python manage.py syncdb...but still it's giving error... On Wed, Feb 6, 2013 at 7:01 PM, Thomas Weholt wrote: > Have you executed python manage.py syncdb? > > Thomas > > On Wed, Feb 6, 2013 at 2:22 PM, Avnesh Shakya > wrote: > > > > I have checked many time, even i hav

Re: plz help me i have checked many time but i could not find error place.....

2013-02-06 Thread Thomas Weholt
Have you executed python manage.py syncdb? Thomas On Wed, Feb 6, 2013 at 2:22 PM, Avnesh Shakya wrote: > > I have checked many time, even i have deleted my project n i have created > new project again and create new model but error is occurred again n again.. > i m beginner so plz help me >