On Thu, 2007-03-01 at 09:06 -0800, [EMAIL PROTECTED] wrote:
> Hi,
> I am surprised/confused as to where error messages go on the dev server, I 
> messed up my urls.py one time and the other time had set the upload_to option 
> of a FileField wrong, both errors that prevented my app from working and 
> raised exceptions when reproducing these errors by hand.
> 
> The dev server starts up fine and in the case of the FileField the admin 
> showed that the files were added ok, even though they were in fact not added 
> to the filesystem. Nothing on the console saying anything went wrong either. 
> Is there a log file or facility that I am not aware of? A place where I can 
> catch exceptions myself, maybe?
> 
> I am running in debug mode.

The development server just prints any error messages to stdout, so they
should appear on the console that you started the development server
from. If you are not seeing anything there, then the problem is not
actually raising an uncaught exception of any kind.

Regards,
Malcolm



--~--~---------~--~----~------------~-------~--~----~
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