geometalab / osmaxx

OpenStreetMap Arbitrary Excerpt Export - Get the OpenStreetMap data you want in the file format you need
http://osmaxx.hsr.ch/
MIT License
26 stars 3 forks source link

makemigrations after adding PBF export format #866

Closed das-g closed 7 years ago

das-g commented 7 years ago

connected to #167 where we forgot to

docker-compose run frontend web_frontend/manage.py makemigrations
docker-compose run mediator osmaxx_conversion_service/manage.py makemigrations

after adding the PBF format (which ends up in the CHOICES of two model fields).