Skip to content

cualbondi/web

Repository files navigation

Cualbondi API version 3

codecov Codacy Badge Maintainability

Common commands

Import different parts

./manage.py update_osm --king=argentina --download
./manage.py update_osm --king=argentina --admin_areas
./manage.py update_osm --king=argentina --update_routes --add_routes   # for the first time only
./manage.py update_osm --king=argentina --update_routes
./manage.py update_osm --king=argentina --pois

Do it all together for spain

./manage.py update_osm --king=argentina --download --admin_areas --update_routes --add_routes --pois

Translation

docker-compose -f docker-compose.dev.yml run --rm web ./manage.py makemessages -l pt -l en -l fr
docker-compose -f docker-compose.dev.yml run --rm web ./manage.py compilemessages