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
If you run django project locally for development, just remove WSGI_APPLICATION variable from settings.py module. It needs in prod/stage settings, for example settings_prod.py