- [ ] supporto a osm. [ref](https://github.com/GetTogetherComm/GetTogether/issues/128) - [ ] traduzione in italiano (il supporto c'รจ, manca solo il testo). [ref](https://github.com/GetTogetherComm/GetTogether/issues/132) ```shell touch local_settings.py pip install psycopg2 python manage.py migrate docker run -p 5433:5432 --name get-together-db -e POSTGRES_PASSWORD=password -d postgres ```