I would like to hear from other developers where they deploy their django (python web-app) app code on the filesystem (own server)- not django itself, but the project custom app code.
I'm on Ubuntu and have deployed django app code in user accounts or in /var/webapps (parallel to www root). No problem getting any of it to work, but would like to have a consistent "best practice".
I have scoured all the best practices documents and django books I can find, but can't seem to find any discussion of the best place to put the app code.
Hoping for some general guidance and to hear what others do.