bongster / death_race

side project for crossfiters games leaderboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 71.4%Language:HTML 26.5%Language:JavaScript 0.8%Language:Shell 0.7%Language:Dockerfile 0.5%