Hola amigos de Quijost... estoy intentando correr mi proyecto de Django pero tengo el siguiente error necesito ayuda... aqui les pego mi error
MOD_PYTHON ERROR
ProcessId: 7528
Interpreter: 'raulsetron.quijost.com'
ServerName: 'raulsetron.quijost.com'
DocumentRoot: '/home/raulsetr/public_html'
URI: '/dpress/site/'
Location: None
Directory: '/home/raulsetr/public_html/dpress/site/'
Filename: '/home/raulsetr/public_html/dpress/site/'
PathInfo: ''
Phase: 'PythonHandler'
Handler: 'django.core.handlers.modpython'
Traceback (most recent call last):
File "/opt/python2.6/lib/python2.6/site-packages/mod_python/importer.py", line 1537, in HandlerDispatch
default=default_handler, arg=req, silent=hlist.silent)
File "/opt/python2.6/lib/python2.6/site-packages/mod_python/importer.py", line 1229, in _process_target
result = _execute_target(config, req, object, arg)
File "/opt/python2.6/lib/python2.6/site-packages/mod_python/importer.py", line 1128, in _execute_target
result = object(arg)
File "/opt/python2.6/lib/python2.6/site-packages/django/core/handlers/modpython.py", line 228, in handler
return ModPythonHandler()(req)
File "/opt/python2.6/lib/python2.6/site-packages/django/core/handlers/modpython.py", line 191, in __call__
self.load_middleware()
File "/opt/python2.6/lib/python2.6/site-packages/django/core/handlers/base.py", line 33, in load_middleware
for middleware_path in settings.MIDDLEWARE_CLASSES:
File "/opt/python2.6/lib/python2.6/site-packages/django/utils/functional.py", line 282, in __getattr__
self._setup()
File "/opt/python2.6/lib/python2.6/site-packages/django/conf/__init__.py", line 40, in _setup
self._wrapped = Settings(settings_module)
File "/opt/python2.6/lib/python2.6/site-packages/django/conf/__init__.py", line 75, in __init__
raise ImportError("Could not import settings '%s' (Is it on sys.path? Does it have syntax errors?): %s" % (self.SETTINGS_MODULE, e))
ImportError: Could not import settings 'dpress.settings' (Is it on sys.path? Does it have syntax errors?): No module named dpress.settings
ESPERO SU AYUDA GRACIAS