Re: Python Noob Having Trouble with Django Tutorial 1

2007-05-13 Thread Kenneth Gonsalves
On 13-May-07, at 11:40 PM, kilgore wrote: > at 0x014CE2D0>> i bet you wrote Poll.objects.all instead of Poll.objects.all() -- regards kg http://lawgon.livejournal.com http://nrcfosshelpline.in/web/ --~--~-~--~~~---~--~~ You received this message because yo

Re: Python Noob Having Trouble with Django Tutorial 1

2007-05-13 Thread kilgore
LOL Thanks Flavio > Flavio. --~--~-~--~~~---~--~~ 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 [

Re: Python Noob Having Trouble with Django Tutorial 1

2007-05-13 Thread Flavio Curella
On 13 Mag, 20:10, kilgore <[EMAIL PROTECTED]> wrote: > I tried this and got: > > 13/05/2007> python manage.py shell > Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit > (Intel)] on win32 > Type "help", "copyright", "credits" or "license" for more information. > (InteractiveCon

Python Noob Having Trouble with Django Tutorial 1

2007-05-13 Thread kilgore
Hi, I have installed everything I need to get Django working on my Windows XP box with Apache and MySQL. Everything seemed to be going well until I tried the instructions in tutorial01.txt. At the point where it says: Once you're in the shell, explore the database API:: # Import the model