Website for the UC brew club, pull requests welcome :)
Install python 3.3, pip and sqlite for your platform
pip install -r prod-requirements.txt
pip install -r dev-requirements.txt
Create a new file called secret.py in ucbc/settings, populate it with:
- EMAIL_HOST_PASSWORD
- ORDER_EMAIL_HOST_PASSWORD
- SECRET_KEY
Run ./migrate.sh (or syncdb followed by south stuff)
Run ./manage.py collectstatic
Now you should be able to run the dev server: ./manage.py runserver.
See https://github.com/oliverdrake/ucbc/issues/milestones