Re: NameError when following tutorial in djangobook.com/en/beta/chapter03/

2007-10-11 Thread Jeremy Dunck
On 10/10/07, drdukk <[EMAIL PROTECTED]> wrote: > > I'm new to python and django and I'm trying to follow the tutorial on > djangobook.com, but when i get to the step (chapter 3) where the first > piece of code should be executed (current_time) i get a NameError > telling me "name

Re: NameError when following tutorial in djangobook.com/en/beta/chapter03/

2007-10-11 Thread drdukk
Turned out I was missing an import statement for my code in urls.py (and it's in the tutorial but I missed it) Cheers --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group,

Re: NameError when following tutorial in djangobook.com/en/beta/chapter03/

2007-10-11 Thread drdukk
Turned out I was missing an import statement for my code in urls.py (and it's in the tutorial but I missed it) Cheers --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group,

Re: NameError when following tutorial in djangobook.com/en/beta/chapter03/

2007-10-11 Thread drdukk
Turned out I was missing an import statement for my code in urls.py (and it's in the tutorial but I missed it) Cheers --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group,

NameError when following tutorial in djangobook.com/en/beta/chapter03/

2007-10-10 Thread drdukk
I'm new to python and django and I'm trying to follow the tutorial on djangobook.com, but when i get to the step (chapter 3) where the first piece of code should be executed (current_time) i get a NameError telling me "name 'current_datetime' is not defined" I'm running django 0.96 on python

NameError when following tutorial in djangobook.com/en/beta/chapter03/

2007-10-10 Thread drdukk
I'm new to python and django and I'm trying to follow the tutorial on djangobook.com, but when i get to the step (chapter 3) where the first piece of code should be executed (current_time) i get a NameError telling me "name 'current_datetime' is not defined" I'm running django 0.96 on python

NameError when following tutorial in djangobook.com/en/beta/chapter03/

2007-10-10 Thread drdukk
I'm new to python and django and I'm trying to follow the tutorial on djangobook.com, but when i get to the step (chapter 3) where the first piece of code should be executed (current_time) i get a NameError telling me "name 'current_datetime' is not defined" I'm running django 0.96 on python