How to use Django-1.5 via parallel installable python-django15
Last week, the package python-django15 was approved. It's a Django package to be installed in parallel to e.g python-django. Once you installed it, you can not use it directly.
For example for python-django-horizon aka. OpenStack Dashboard I'd change the django.wsgi from github to
import logging
import os
import …