Skip to content

vivaelnino9/USContenders

Repository files navigation

USContenders

Web app for the USContenders Tagpro League

Running Locally

Make sure you have Python installed properly. Also, install the Heroku Toolbelt and Postgres.

$ git clone git@github.com:vivaelnino9/USContenders.git
$ cd USContenders

$ pip install -r requirements.txt

$ createdb USContenders

$ python manage.py migrate
$ python manage.py collectstatic

$ heroku local

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku master

$ heroku run python manage.py migrate
$ heroku open

Documentation

For more information about using Python on Heroku, see these Dev Center articles:

About

Web app for the USContenders Tagpro League

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published