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
Make sure you are in desired python Environment
Get the requirements.txt file or the python modules list, which are needed to execute django.
requirements.txt
python modules list
Install all the Modules and you shall be good to go.