I am doing the tutorial part 1 and i got this error

2009-01-19 Thread jazz
c:\projects\mysite>python manage.py sql polls Traceback (most recent call last): File "manage.py", line 11, in execute_manager(settings) File "C:\Python25\Lib\site-packages\django\core\management \__init__.py", line 340, in execute_manager utility.execute() File "C:\Python25\Lib\sit

Re: I am doing the tutorial part 1 and i got this error

2009-01-19 Thread Eric Abrahamsen
On Jan 19, 2009, at 4:17 PM, jazz wrote: > > c:\projects\mysite>python manage.py sql polls > Traceback (most recent call last): > File "manage.py", line 11, in >execute_manager(settings) > File "C:\Python25\Lib\site-packages\django\core\management > \__init__.py", line 340, in execute_man

Re: I am doing the tutorial part 1 and i got this error

2009-01-19 Thread joti chand
Thanks mate On Mon, Jan 19, 2009 at 9:26 PM, Eric Abrahamsen wrote: > > > On Jan 19, 2009, at 4:17 PM, jazz wrote: > >> >> c:\projects\mysite>python manage.py sql polls >> Traceback (most recent call last): >> File "manage.py", line 11, in >>execute_manager(settings) >> File "C:\Python25\

Re: I am doing the tutorial part 1 and i got this error

2009-01-19 Thread Herson
More attention, python is case sensitive. model is different of Model. 2009/1/19, joti chand : > > Thanks mate > > > On Mon, Jan 19, 2009 at 9:26 PM, Eric Abrahamsen wrote: > > > > > > On Jan 19, 2009, at 4:17 PM, jazz wrote: > > > >> > >> c:\projects\mysite>python manage.py sql polls >