python - problems doing the Django tutorial on Dreamhost using Passengers -


I have seen and I could not find this question before, and I am surprised.

I am quite skilled in Python, and I have used Dreamhost for many years. Now I would like to learn the jags they are finally supporting it using the passenger which I do not know what is it.

On the following Dreamhost I installed Django then I followed the following it went well, except that I could not start the server (in the tutorial) because the code lived on the dreamhost. It does not matter at that time. So when I went to S, I had to reach the admin site. And this is going well for myurl / admin /, as it should, but problems started here. According to the tutorial () I have to add a file in the voting application and then have to restart the server but I have never started the server for the first time, my code is running on the web ... but when I add a file The website works as an administrator, as if it does not.

Perhaps the dreamhost has started its own server, and I do not know how to restart it, but I think it will be a common problem when you run the DNS in dreamhost. Every time you add a file, you have to tell the server to accept it.

So what should I do to know about this server?

Thanks, Pietro

To restart the passenger, The relevant section of the guide is:


Comments