I finally got Django to email me about 404 and 500 errors. To test it, I typed in a random path, that I knew would be a 404 error. However, I got an email, and an error page, about a 500 error. The email said the following:
File "/home/schoo37/webapps/schoolgoo/lib/python2.5/django/core/ handlers/base.py", line 118, in get_response callback, param_dict = resolver.resolve404() File "/home/schoo37/webapps/schoolgoo/lib/python2.5/django/core/ urlresolvers.py", line 226, in resolve404 return self._resolve_special('404') File "/home/schoo37/webapps/schoolgoo/lib/python2.5/django/core/ urlresolvers.py", line 221, in _resolve_special return getattr(import_module(mod_name), func_name), {} File "/home/schoo37/webapps/schoolgoo/lib/python2.5/django/utils/ importlib.py", line 35, in import_module __import__(name) ValueError: Empty module name --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---