Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 505 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 505 Bytes

KegStarter

A system for spending our beer fund

Installing

# 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