This is a template for creating an isolated environment with python, postgres and redis installed. Its basically a set of commands listed in a file.
In order to use this you need vagrant and virtualbox installed.
git clone git@github.com:gelbander/vagrant-python-template.git projectname
Specify database etc. by edit the provisioner.sh
in the very top.
vagrant up
Drink some coffe and wait for a tremendous amount of time :)
vagrant ssh
Start doing!