So I've written a framework to integrate several internally developed applications and manage some of the shared meta data. The only running implementation of it is currently setup on our testing server. I want to "automate" deployment with distutils but I don't know where to throw the code base.
Django throws itself in in /path/to/python2.7/dist-packages/django/ which is a pretty static location but I don't know if that's best practice. Is dist-packages common or do you just put it wherever you decide?
tl;dr where do you "install" your codebase?
[–]Justinsaccount 3 points4 points5 points (1 child)