I am stuck on this step:
i have a page, which i am developing in django. the page is ready to test. i deployed it. running well and it is online. but now i want to setup a new project in server as the testing version of what is online now. I went to control panel of my hosting provider and saw that once i created the django project first, it also created a new dev.mypage.com
. But i cannot find this in my server. i dont know how to setup a new dev project in server so that i can develop locally, push to test project and test online and then go live.
please help
You may like to use nginx + gunicorn (http://docs.gunicorn.org/en/latest/run.html). Also, http://senko.net/en/django-nginx-gunicorn/ is useful.