Build status

This project is more or less stuck in development hell. It will probably never be finished. It's a pretty sweet production-ready Django application, though!

Setup

Development

git clone https://github.com/tfausak/moxen
virtualenv moxen
cd moxen
source bin/activate
pip install -r requirements/development.txt
fab setup  # Might take a while.
fab server
# http://localhost:8000/

Production

fab bootstrap  # First time only.
fab deploy  # Might take a while.
# heroku open