A system for spending our beer fund
- Ensure
python
andpip
are installed. See http://www.pip-installer.org/en/latest/installing.html - Clone the repo.
- Run:
# Install all prerequisites
pip install -r requirements.txt
# Create database tables
python manage.py syncdb
# Run the database migrations
python manage.py migrate
# Start server
python manage.py runserver