Re: http://www.djangobook.com/en/2.0/chapter03/

2009-06-29 Thread djangonoob
oh 0k. thanks dude! I was about to declare that myself. Thanks! On Jun 29, 11:45 pm, Alex Gaynor wrote: > On Mon, Jun 29, 2009 at 10:39 AM, djangonoob wrote: > > > Hi all, > > i am following the tutorial on the link in the subject, > >http://www.djangobook.com/en/2.0/chapter03/ > > and i ran

Re: http://www.djangobook.com/en/2.0/chapter03/

2009-06-29 Thread Alex Gaynor
On Mon, Jun 29, 2009 at 10:39 AM, djangonoob wrote: > > Hi all, > i am following the tutorial on the link in the subject, > http://www.djangobook.com/en/2.0/chapter03/ > and i ran into some trouble. > > > from django.conf.urls.d

RE: http://www.djangobook.com/en/2.0/chapter03/

2009-06-29 Thread djangonoob
Hi all, i am following the tutorial on the link in the subject, http://www.djangobook.com/en/2.0/chapter03/ and i ran into some trouble. from django.conf.urls.defaults import * from mysite.views import hello, current_datetime, h