The scenario is,
I cloned the Django code for OpenShift-V3 from here . When I run the code using python manage.py runserver
getting an error as,
I tried all these solution and the one worked for me was this:
pip install django-htmlmin
This module was missing and not mentioned in requirements.txt
Shows long error message that ends with wsgi application improperly configured. But somewhere in middle I could see "No module named 'htmlmin'
I installed and it is resolved.