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,
python manage.py runserver
in settings.py file change as follows:
WSGI_APPLICATION = 'your_project_name.wsgi.application'