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
Did you use python manage.py Appname
do not use django-admin startapp AppName
It will solve the problem