kkd / hub-decathlon

App to synchronize sport activities between different services

Home Page:https://hub.decathlon.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Credits

This project is based on https://github.com/cpfair/tapiriik code by Collin Fair. Forked from https://github.com/Antash/exercisync by Anton Ashmarin

Licensing

hub-decathlon is an Apache 2.0 Licensed open-source project.

Translation

To use locale translation, it requires the package gettext.

To launch a new language, you have to generate the locale with :

python3 manage.py makemessages -l 'fr'

Secondly, after translation (edition of po files), compile the files :

python manage.py compilemessages

Docker

  • First of all initiate the file tapiriik/local_settings.py
  • Then build the docker to get all the requierements.
  • Finaly launch the docker-compose to get all the containers (redis, mongo, web, RMQ)
docker build --no-cache -t my-hub-decathlon .
docker-compose up

About

App to synchronize sport activities between different services

https://hub.decathlon.com

License:Apache License 2.0


Languages

Language:CSS 74.4%Language:Python 17.5%Language:JavaScript 6.7%Language:HTML 1.2%Language:SCSS 0.2%Language:Shell 0.0%Language:Dockerfile 0.0%