Initial
This commit is contained in:
10
backend/app/fixtures/initial_cities.json
Normal file
10
backend/app/fixtures/initial_cities.json
Normal file
@@ -0,0 +1,10 @@
|
||||
[
|
||||
{
|
||||
"model": "app.city",
|
||||
"fields": {
|
||||
"name": "Berlin",
|
||||
"center": "52.52, 13.40",
|
||||
"zoom": 12
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user