Skip to content

bongster/death_race

Repository files navigation

Death race

This is for leaderboard site for crossfit games name Death race

heroku setting

git remote add heroku https://git.heroku.com/secure-lowlands-80109.git

dump data from heroku

heroku run python manage.py dumpdata --natural-foreign -- > data.json

Load data to local

python3 manage.py loaddata data.json

How to test your branch in heroku

git push heroku testbranch:master

RUN local service

docker-compose up
WARNING: if change some package in source code you should build again
docker-compose up --build OR
docker-compose build

About

side project for crossfiters games leaderboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages