I searched and tried many times. But always get stuck in deploying my project to ubuntu VPS. Can anyone please write the steps and commands that i have to do to deploy my django-cms project on a new Ubuntu VPS.
Nginx and uWSGI are good choices for Django deployment.
Take a look at this documentation and follow the steps: http://uwsgi-docs.readthedocs.io/en/latest/tutorials/Django_and_nginx.html)
This documentation is more like a tutorial and also it will fully guide you through the steps of setting up a Django web server with uWSGI and nginx.