Skip to content

calebho/tourney-beast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Youth sports tournaments rating web application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages