I just created an account and began following the tutorial at http://docs.webfaction.com/software/django/getting-started.html#getting-started-tutorial. The tut mentions that I should have a webapps folder containing each application I create in the Control Panel. I don't have this folder, even though I've created two applications. What am I missing? asked 04 Feb '11, 16:40 Guy |
I can't say for sure without knowing your username, but my guess is that you've created an extra SSH user in our control panel and are looking in that user's home directory. webapps only exists in your main account user's home directory, so be sure that you're logging in as that user when you want to work on your apps. If that's not the case, then feel free to open a support ticket and we'll have a closer look. answered 04 Feb '11, 16:53 seanf |