[PKG-Openstack-devel] Issue with django 1.7?

Alberto Molina Coballes alb.molina at gmail.com
Thu Oct 16 16:03:29 UTC 2014


2014-10-16 17:00 GMT+02:00 Thomas Goirand <zigo at debian.org>:

> Hi Alberto,
>
> According to Julie Pichon in the #openstack-horizon channel in Freenode,
> the issue is that we should do:
>
> from django.core.wsgi import get_wsgi_application
> application = get_wsgi_application()
>
> Instead of:
>
> import django.core.handlers.wsgi
> application = django.core.handlers.wsgi.WSGIHandler()
>
> in:
>
> openstack_dashboard/wsgi/django.wsgi
>
> This has been commited upstream in here:
> https://review.openstack.org/#/c/128911/
>
> You can test this out yourself. I'm currently testing it right now, and
> probably will add this as a Debian patch if this fixes the issue.
>
> Cheers,
>
> Thomas Goirand (zigo)
>
>
Great!

This patch solves it and 500 error message no longer appears

Nothing wrong in /var/log/apache2/error.log

Thank you again Thomas!

Alberto
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/openstack-devel/attachments/20141016/74cb4917/attachment.html>


More information about the Openstack-devel mailing list