With apache and mod_python, and this configuration:

<Location "/django">
SetHandler python-program
PythonHandler django.core.handlers.modpython
PythonPath "['/home/django/django_projects/'] + sys.path"
SetEnv DJANGO_SETTINGS_MODULE legacoopfc.settings_corrierecooperativo
PythonDebug On
</Location>


I cannot see 500 errors trackback.
On settings I have DEBUG=True, and apache error.log says only:

[Fri Jul 13 14:20:10 2007] [notice] mod_python: (Re)importing module
'django.core.handlers.modpython'


Any helps?
-- 
Alessandro Ronchi
Skype: aronchi
http://www.alessandroronchi.net - Il mio sito personale
http://www.soasi.com - Sviluppo Software e Sistemi Open Source

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
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