It used to be that if user does not define the environment variable, django tell us with a more helpful line like
"Environment variable DJANGO_SETTINGS_MODULE is undefined".

Adrian Holovaty wrote:
On 1/16/06, Krietjur <[EMAIL PROTECTED]> wrote:
line 32, in ?
    mod = __import__(me.SETTINGS_MODULE, '', '', [''])

ValueError: Empty module name

Hey Krietjur,

This error is happening because mod_python isn't finding your settings
module. Do you have the line "SetEnv DJANGO_SETTINGS_MODULE foo" in
your httpd.conf, where "foo" is the Python path to your settings
module?

Adrian

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


Reply via email to