Hi all,

I found the solution. Someone (not me!) changed the
django.views.defaults.page_not_found(). The first line of the method
definition read

def page_not_found(request, template_name='404_default.html'):

instead of

def page_not_found(request, template_name='404.html'):

Thanks to all who answered, now I'll go looking for the person who
messed with the development machine.

Sorry for creating so much trouble,
Jan
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to