Re: when following along in the django book, i get a 'name 'django' is not defined' error when accessing the admin page (sorry if this is a double post)

2008-02-03 Thread djrocks
fined Thanks again! On Feb 1, 10:55 am, Rajesh Dhawan <[EMAIL PROTECTED]> wrote: > Hi, > > On Feb 1, 12:43 pm, djrocks <[EMAIL PROTECTED]> wrote: > > > Hi, > > I think there is a simple answer to this, but I was unable to find > > it. While follow

when following along in the django book, i get a 'name 'django' is not defined' error when accessing the admin page (sorry if this is a double post)

2008-02-01 Thread djrocks
Hi, I think there is a simple answer to this, but I was unable to find it. While following along in the django book, i did the steps necessary to activate the admin page, including uncommenting the admin url in urls.py. But when I go to http://127.0.0.1:8000/admin/, I get the following error: N