hi, i am getting this error when trying to open the store from apache:
Mod_python error: "PythonHandler django.core.handlers.modpython"
Traceback (most recent call last):
File "/usr/lib64/python2.4/site-packages/mod_python/apache.py", line
299, in HandlerDispatch
result = object(req)
File "/usr/lib/python2.4/site-packages/django/core/handlers/
modpython.py", line 222, in handler
return ModPythonHandler()(req)
File "/usr/lib/python2.4/site-packages/django/core/handlers/
modpython.py", line 195, in __call__
response = self.get_response(request)
File "/usr/lib/python2.4/site-packages/django/core/handlers/
base.py", line 72, in get_response
urlconf = getattr(request, "urlconf", settings.ROOT_URLCONF)
File "/usr/lib/python2.4/site-packages/django/conf/__init__.py",
line 32, in __getattr__
return getattr(self._target, name)
AttributeError: 'Settings' object has no attribute 'ROOT_URLCONF'
-------------------------end of error-------------------------------
but, ROOT_URLCONF is actually set in settings.py to: ROOT_URLCONF =
'mystore.urls'
Any help would be greatly, thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Satchmo 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/satchmo-users?hl=en
-~----------~----~----~----~------~----~------~--~---