reorganized fixtures (blaseball, 2021cmba). simpler now.
This commit is contained in:
82
teams/fixtures/2021cmba.json
Normal file
82
teams/fixtures/2021cmba.json
Normal file
@@ -0,0 +1,82 @@
|
||||
[
|
||||
{
|
||||
"model": "teams.team",
|
||||
"pk": null,
|
||||
"fields": {
|
||||
"name": "Browns",
|
||||
"image": "images/browns.svg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "teams.team",
|
||||
"pk": null,
|
||||
"fields": {
|
||||
"name": "DegenerateX",
|
||||
"image": "images/ramriez.svg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "teams.team",
|
||||
"pk": null,
|
||||
"fields": {
|
||||
"name": "Dodgers",
|
||||
"image": "images/dodgers.svg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "teams.team",
|
||||
"pk": null,
|
||||
"fields": {
|
||||
"name": "Electrons",
|
||||
"image": "images/electrons.svg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "teams.team",
|
||||
"pk": null,
|
||||
"fields": {
|
||||
"name": "Hounds",
|
||||
"image": "images/hounds.svg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "teams.team",
|
||||
"pk": null,
|
||||
"fields": {
|
||||
"name": "Marlins",
|
||||
"image": "images/marlins.svg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "teams.team",
|
||||
"pk": null,
|
||||
"fields": {
|
||||
"name": "Orioles",
|
||||
"image": "images/orioles.svg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "teams.team",
|
||||
"pk": null,
|
||||
"fields": {
|
||||
"name": "Trojans",
|
||||
"image": "images/trojans.svg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "teams.team",
|
||||
"pk": null,
|
||||
"fields": {
|
||||
"name": "Vikings",
|
||||
"image": "images/vikings.svg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "teams.team",
|
||||
"pk": null,
|
||||
"fields": {
|
||||
"name": "White Sox",
|
||||
"image": "images/whitesox.svg"
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user