On 12/6/06, luxagraf <[EMAIL PROTECTED]> wrote:
> I'm trying to launch a site and every time I turn off django's
> debugging or python debugging I start getting 500 error pages, but
> when the debugging is on none of those pages throw any errors?
>
> Anyone seen this before?
>
> Am I missing something.

Hi luxagraf,

I assume you're using mod_python and you're getting the standard
Apache "500 Server Error" pages, in which case you should check your
Apache error log. If your error page is being served by Django, make
sure your ADMINS and EMAIL_HOST settings are correct -- then, Django
will e-mail you the tracebacks for any error.

Adrian

-- 
Adrian Holovaty
holovaty.com | djangoproject.com

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