On 9/30/05, PythonistL <[EMAIL PROTECTED]> wrote:
> I use mod_python with Apache and it works Django ok, until there is an
> error in my Django code. Then I get
> HTTP 500 - Internal server error
> without any details.
> Is it possible to get some debug info that could help me find the
> reason of HTTP 500 - Internal server error ?

Take a look at your Apache error log. The full Python traceback will
be in there.

Adrian

--
Adrian Holovaty
holovaty.com | djangoproject.com | chicagocrime.org

Reply via email to