Buildout is a tool that lets you get the dependencies you need
automagically. 

$ python bootstrap.py
$ bin/buildout

$ bin/django syncdb
$ bin/django runserver

To run unittests:
$ bin/test
