Jump to content

[Solved] Django update


stanlly

Recommended Posts

Hello,

 

Would it be possible to update django to lates release? Ideally to 1.1.1 if it's not possible it would be great to have at least 1.0.4. which seems to be last supported in 1.0 branch.

 

Justification should be that currently your servers are running 1.0.2 and there seems to be some annoying issues with admin interface.

 

thanks in advance,

S.

Link to comment
Share on other sites

Thank you very much. It seems to resolve some of the issues. But now I have another problem which is strange since application works on other installations. Can you please post me a wsgi error log for execution of /admin from /home/stanlly/public_html/dispatch.wsgi.

Link to comment
Share on other sites

[Fri Feb 19 02:35:44 2010] [error] [client 58.52.11.15] mod_wsgi (pid=3025): Target WSGI script '/home/stanlly/public_html/dispatch.wsgi' cannot be loaded as Python module.
[Fri Feb 19 02:35:44 2010] [error] [client 58.52.11.15] mod_wsgi (pid=3025): Exception occurred processing WSGI script '/home/stanlly/public_html/dispatch.wsgi'.
[Fri Feb 19 02:35:44 2010] [error] [client 58.52.11.15] Traceback (most recent call last):
[Fri Feb 19 02:35:44 2010] [error] [client 58.52.11.15]   File "/home/stanlly/public_html/dispatch.wsgi", line 17, in ?
[Fri Feb 19 02:35:44 2010] [error] [client 58.52.11.15]     from paste.exceptions.errormiddleware import ErrorMiddleware
[Fri Feb 19 02:35:44 2010] [error] [client 58.52.11.15] ImportError: No module named paste.exceptions.errormiddleware
[Fri Feb 19 02:35:44 2010] [error] [client 58.52.11.15] mod_wsgi (pid=3025): Target WSGI script '/home/stanlly/public_html/dispatch.wsgi' cannot be loaded as Python module.
[Fri Feb 19 02:35:44 2010] [error] [client 58.52.11.15] mod_wsgi (pid=3025): Exception occurred processing WSGI script '/home/stanlly/public_html/dispatch.wsgi'.
[Fri Feb 19 02:35:44 2010] [error] [client 58.52.11.15] Traceback (most recent call last):
[Fri Feb 19 02:35:44 2010] [error] [client 58.52.11.15]   File "/home/stanlly/public_html/dispatch.wsgi", line 17, in ?
[Fri Feb 19 02:35:44 2010] [error] [client 58.52.11.15]     from paste.exceptions.errormiddleware import ErrorMiddleware
[Fri Feb 19 02:35:44 2010] [error] [client 58.52.11.15] ImportError: No module named paste.exceptions.errormiddleware

Link to comment
Share on other sites

[Sun Feb 21 15:27:06 2010] [error] [client 195.3.248.50] mod_wsgi (pid=17292): Exception occurred processing WSGI script '/home/jojuri/public_html/dispatch.wsgi'., referer: http://www.jj-it-services.de/
[Sun Feb 21 15:27:06 2010] [error] [client 195.3.248.50] Traceback (most recent call last):, referer: http://www.jj-it-services.de/
[Sun Feb 21 15:27:06 2010] [error] [client 195.3.248.50]   File "/home/jojuri/public_html/dispatch.wsgi", line 9, in application, referer: http://www.jj-it-services.de/
[Sun Feb 21 15:27:06 2010] [error] [client 195.3.248.50]     return _application(environ, start_response), referer: http://www.jj-it-services.de/
[Sun Feb 21 15:27:06 2010] [error] [client 195.3.248.50]   File "/usr/lib/python2.4/site-packages/django/core/handlers/wsgi.py", line 230, in __call__, referer: http://www.jj-it-services.de/
[Sun Feb 21 15:27:06 2010] [error] [client 195.3.248.50]     self.load_middleware(), referer: http://www.jj-it-services.de/
[Sun Feb 21 15:27:06 2010] [error] [client 195.3.248.50]   File "/usr/lib/python2.4/site-packages/django/core/handlers/base.py", line 33, in load_middleware, referer: http://www.jj-it-services.de/
[Sun Feb 21 15:27:06 2010] [error] [client 195.3.248.50]     for middleware_path in settings.MIDDLEWARE_CLASSES:, referer: http://www.jj-it-services.de/
[Sun Feb 21 15:27:06 2010] [error] [client 195.3.248.50]   File "/usr/lib/python2.4/site-packages/django/utils/functional.py", line 269, in __getattr__, referer: http://www.jj-it-services.de/
[Sun Feb 21 15:27:06 2010] [error] [client 195.3.248.50]     self._setup(), referer: http://www.jj-it-services.de/
[Sun Feb 21 15:27:06 2010] [error] [client 195.3.248.50]   File "/usr/lib/python2.4/site-packages/django/conf/__init__.py", line 40, in _setup, referer: http://www.jj-it-services.de/
[Sun Feb 21 15:27:06 2010] [error] [client 195.3.248.50]     self._wrapped = Settings(settings_module), referer: http://www.jj-it-services.de/
[Sun Feb 21 15:27:06 2010] [error] [client 195.3.248.50]   File "/usr/lib/python2.4/site-packages/django/conf/__init__.py", line 75, in __init__, referer: http://www.jj-it-services.de/
[Sun Feb 21 15:27:06 2010] [error] [client 195.3.248.50]     raise ImportError, "Could not import settings '%s' (Is it on sys.path? Does it have syntax errors?): %s" % (self.SETTINGS_MODULE, e), referer: http://www.jj-it-services.de/
[Sun Feb 21 15:27:06 2010] [error] [client 195.3.248.50] ImportError: Could not import settings 'settings' (Is it on sys.path? Does it have syntax errors?): No module named settings, referer: http://www.jj-it-services.de/

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...