A scavenger hunt!
git clone git@github.com:saifelse/moo.git
cd moo
pip install -r requirements.txt
python manage.py compile
python manage.py scss
Start a shell to initialize the DB:
python manage.py shell
Then run the following:
import moo
moo.reset_db()
python manage.py runserver
fab deploy