I recently tried to export a Django project on OpenShift, but fruitlessly. The only solutions I found were "prebuilt" ones (such as https://github.com/openshift/django-example).
I spent some hours trying to adapt it to my project but I always got an Internal Server Error.
So, how to setup django on openshift?