FallenBirdyForm/app/fixtures/bird.json
2023-07-28 16:25:07 +02:00

74 lines
No EOL
1.4 KiB
JSON

[
{
"model": "bird.bird",
"pk": 1,
"fields": {
"name": "Amsel",
"description": ""
}
},
{
"model": "bird.bird",
"pk": 2,
"fields": {
"name": "Grünfink",
"description": ""
}
},
{
"model": "bird.bird",
"pk": 3,
"fields": {
"name": "Kernbeißer",
"description": ""
}
},
{
"model": "bird.bird",
"pk": 4,
"fields": {
"name": "Mauersegler",
"description": ""
}
},
{
"model": "bird.bird",
"pk": 5,
"fields": {
"name": "Ringeltaube",
"description": ""
}
},
{
"model": "bird.bird",
"pk": 6,
"fields": {
"name": "Spatz",
"description": ""
}
},
{
"model": "bird.bird",
"pk": 7,
"fields": {
"name": "Straßentaube",
"description": ""
}
},
{
"model": "bird.bird",
"pk": 8,
"fields": {
"name": "Türkentaube",
"description": ""
}
},
{
"model": "bird.bird",
"pk": 9,
"fields": {
"name": "Turmfalke",
"description": ""
}
}
]