Some logging debug, placed in /usr/local/lib/python2.6/dist-packages/
django/core/handlers/base.py:

               import logging
                import pprint
                logging.error("Args: %s %s %s %s" % (pprint.pformat
(callback),pprint.pformat(callback_args),pprint.pformat
(callback_kwargs),pprint.pformat(request.path_info)))

                response = callback(request, *callback_args,
**callback_kwargs


The results:

2009-09-27 18:20:56,279 root        : ERROR    Args: <function
register at 0x555556e88848> () {'form_class': <class
'elenis.registration.forms.RegistrationFormUniqueEmail'>} u'/users/
register/'
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to