Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 617 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 617 Bytes

tourney-beast

Youth sports tournaments rating web application

##Setup:


$ git clone git@github.com:calebho/tourney-beast.git
$ virtualenv virtual-environment-name 
$ source virtual-environment-name/bin/activate
$ cd tourney-beast
$ pip install -r requirements.txt
$ python manage.py migrate
$ python manage.py runserver

In your browser, navigate to localhost:8000. After the initial setup, you only need to run the following in order to start the production server.


$ source virtual-environment-name/bin/activate
$ cd tourney-beast
$ python manage.py runserver