Files
leerstand/backend/app/fixtures/initial_cities.json
2024-07-27 23:29:50 +02:00

10 lines
165 B
JSON

[
{
"model": "app.city",
"fields": {
"name": "Berlin",
"center": "52.52, 13.40",
"zoom": 12
}
}
]