|
Hi All, I'm new to WebFaction so please bare with me. Does anyone else have the same direction structure? /home/<useraccount>/webapps/django/myproject/myproject/<app_name> The first myproject dir has this: /home/<useraccount>/webapps/django/myproject/ manage.py, myproject, templates The second myproject dir has this: /home/useraccount/webapps/django/myproject/myproject/ blog, init.py,init.pyc, settings.py, settings.pyc, urls.py, urls.pyc, wsgi.py This is how the directory struct was setup by default. Just wondering if it's the same for everyone else. Seems odd to me. |
|
The tutorials seem to be well out of date, which is not encouraging. I've also just registered and I'm trying to piece it together too. Can't see why they can't update the tuts every year or so. Your directory structure seems very close to what I have. Only difference is I have put <app_name> beneath my top <myproject>. Not sure that is correct/best practice though. |
|
Our Getting Started Tutorial for Django targets the latest version of Django, currently 1.4.1. The " Some older information, such as our screencast and a lot of older forum posts, use the old flat project directory structure, " We'll be updating all of our documentation and screencasts in the coming months as we complete upgrades to our control panel. |