Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.23 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.23 KB

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