Re: Standard 404 page

2007-01-13 Thread Fred C. Dobbs
Thanks. When DEBUG = True, the page reads: "You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page." Shouldn't it say something about having to define a 404 template first? When I read the message

Standard 404 page

2007-01-13 Thread Fred C. Dobbs
Newbie question. I've synched to revision 4313, setup a project, added a line to the urlpatterns to allow normal operation, and set Debug to False. Then I fire up the builtin server and request a non-existent page. I expect a "standard 404 page", but what I get is: Traceback (most recent call