On 11/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Now with django, I am trying to run through the "Are you generic" > tutorial. When I go out to the URL, I get a 404 "Page not found" > message, but absolutely no more information as to where to look! I > thought by using the devel version with the verbosity flag, it would be > able to show me something more, but nope!
If you have 'DEBUG = True' in your settings file, it should show you the patterns it tried to match against. Similarly, when an internal error occurs, you should get a fairly detailed traceback page showing the full call stack at the moment the error occurred, along with relevant listings of the HTTP request, settings, etc. -- "May the forces of evil become confused on the way to your house." -- George Carlin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---