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
heroku run python manage.py dumpdata --natural-foreign -- > data.json
python3 manage.py loaddata data.json
git push heroku testbranch:master
docker-compose up
docker-compose up --build OR
docker-compose build