The pinax-admin setup_project command currently only allows for copying project templates from a static directory.
It should be able to install them from multiple sources, such as fetching pip-installable packages, and possibly user-defined directories.
Currently working on integrating issackelly's initial remote_setup work in with the current version of Pinax and pip.
Some of the methods being used are now removed, and I'm trying to figure out the best way to approach using pip as a library without rewriting big parts of the pip install command.