Re: Problems with tutorial part 2

2008-09-13 Thread Neil
Thanks for the quick reply. I reinstalled Django using 'python setup.py install' and the problem has disappeared. Previously I installed Django by running 'python setup.py build' and then manually copying the Django directory created under the build/ directory to another directory in my Python p

Re: Problems with tutorial part 2

2008-09-08 Thread Karen Tracey
On Mon, Sep 8, 2008 at 6:29 PM, Neil Crighton <[EMAIL PROTECTED]>wrote: > > Hi, > > I'm working my way through the tutorial with version 1.0. I've just > started on part 2. When I try to visit the admin site, I get a huge > page of text starting with: > > TemplateDoesNotExist at /admin/ > > admin

Problems with tutorial part 2

2008-09-08 Thread Neil Crighton
Hi, I'm working my way through the tutorial with version 1.0. I've just started on part 2. When I try to visit the admin site, I get a huge page of text starting with: TemplateDoesNotExist at /admin/ admin/login.html Request Method: GET Request URL:http://127.0.0.1:8000/admin/ Exc