убрал, теперь апач выдает следующее:
[Mon Jul 25 15:24:06 2011] [notice] Child 3084: Child process is running
[Mon Jul 25 15:24:06 2011] [notice] Child 3856: Released the start mutex
[Mon Jul 25 15:24:06 2011] [notice] Child 3084: Acquired the start mutex.
[Mon Jul 25 15:24:06 2011] [notice] Child 3084: Starting 64 worker threads.
[Mon Jul 25 15:24:06 2011] [notice] Child 3084: Starting thread to listen on port 8000.
[Mon Jul 25 15:24:07 2011] [notice] Child 3856: All worker threads have exited.
[Mon Jul 25 15:24:07 2011] [notice] Child 3856: Child process is exiting
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] mod_wsgi (pid=3084): Exception occurred processing WSGI script 'C:/bidea/bidea/django.wsgi'.
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] Traceback (most recent call last):
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] File "C:\\bidea\\Python26\\lib\\site-packages\\django\\core\\handlers\\wsgi.py", line 273, in __call__
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] response = self.get_response(request)
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] File "C:\\bidea\\Python26\\lib\\site-packages\\django\\core\\handlers\\base.py", line 169, in get_response
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] response = self.handle_uncaught_exception(request, resolver, sys.exc_info())
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] File "C:\\bidea\\Python26\\lib\\site-packages\\django\\core\\handlers\\base.py", line 203, in handle_uncaught_exception
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] return debug.technical_500_response(request, *exc_info)
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] File "C:\\bidea\\Python26\\lib\\site-packages\\django\\views\\debug.py", line 59, in technical_500_response
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] html = reporter.get_traceback_html()
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] File "C:\\bidea\\Python26\\lib\\site-packages\\django\\views\\debug.py", line 151, in get_traceback_html
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] return t.render(c)
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] File "C:\\bidea\\Python26\\lib\\site-packages\\django\\template\\base.py", line 123, in render
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] return self._render(context)
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] File "C:\\bidea\\Python26\\lib\\site-packages\\django\\template\\base.py", line 117, in _render
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] return self.nodelist.render(context)
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] File "C:\\bidea\\Python26\\lib\\site-packages\\django\\template\\base.py", line 744, in render
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] bits.append(self.render_node(node, context))
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] File "C:\\bidea\\Python26\\lib\\site-packages\\django\\template\\debug.py", line 73, in render_node
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] result = node.render(context)
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] File "C:\\bidea\\Python26\\lib\\site-packages\\django\\template\\debug.py", line 90, in render
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] output = self.filter_expression.resolve(context)
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] File "C:\\bidea\\Python26\\lib\\site-packages\\django\\template\\base.py", line 536, in resolve
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] new_obj = func(obj, *arg_vals)
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] File "C:\\bidea\\Python26\\lib\\site-packages\\django\\template\\defaultfilters.py", line 695, in date
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] return format(value, arg)
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] File "C:\\bidea\\Python26\\lib\\site-packages\\django\\utils\\dateformat.py", line 285, in format
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] return df.format(format_string)
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] File "C:\\bidea\\Python26\\lib\\site-packages\\django\\utils\\dateformat.py", line 30, in format
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] pieces.append(force_unicode(getattr(self, piece)()))
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] File "C:\\bidea\\Python26\\lib\\site-packages\\django\\utils\\dateformat.py", line 191, in r
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] return self.format('D, j M Y H:i:s O')
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] File "C:\\bidea\\Python26\\lib\\site-packages\\django\\utils\\dateformat.py", line 30, in format
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] pieces.append(force_unicode(getattr(self, piece)()))
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] File "C:\\bidea\\Python26\\lib\\site-packages\\django\\utils\\encoding.py", line 71, in force_unicode
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] s = unicode(s)
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] File "C:\\bidea\\Python26\\lib\\site-packages\\django\\utils\\functional.py", line 206, in __unicode_cast
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] return self.__func(*self.__args, **self.__kw)
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] File "C:\\bidea\\Python26\\lib\\site-packages\\django\\utils\\translation\\__init__.py", line 81, in ugettext
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] return _trans.ugettext(message)
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] File "C:\\bidea\\Python26\\lib\\site-packages\\django\\utils\\translation\\trans_real.py", line 286, in ugettext
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] return do_translate(message, 'ugettext')
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] File "C:\\bidea\\Python26\\lib\\site-packages\\django\\utils\\translation\\trans_real.py", line 276, in do_translate
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] _default = translation(settings.LANGUAGE_CODE)
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] File "C:\\bidea\\Python26\\lib\\site-packages\\django\\utils\\translation\\trans_real.py", line 185, in translation
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] default_translation = _fetch(settings.LANGUAGE_CODE)
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] File "C:\\bidea\\Python26\\lib\\site-packages\\django\\utils\\translation\\trans_real.py", line 162, in _fetch
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] app = import_module(appname)
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] File "C:\\bidea\\Python26\\lib\\site-packages\\django\\utils\\importlib.py", line 35, in import_module
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] __import__(name)
[Mon Jul 25 15:24:37 2011] [error] [client 127.0.0.1] TemplateSyntaxError: Caught ImportError while rendering: No module named bidea.ideas
и попутно вопрос - разве у меня django.wsgi лежит не в корне проекта?