Re: Getting strange error

2007-10-07 Thread Bourne
, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: > On 10/8/07, Bourne <[EMAIL PROTECTED]> wrote: > > > > > Hello everybody, > > > I am new to Django I have hard time installing > > django. I am following every

Getting strange error

2007-10-07 Thread Bourne
Hello everybody, I am new to Django I have hard time installing django. I am following every step of tutorials in the website djangoproject.com. >>> from mysite.polls.models import Poll, Choice >>> Poll.objects.all() Traceback (most recent call last): File "", line 1, in ?