Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
chore: added two more hobby categories to fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
wilbrt committed Apr 16, 2024
1 parent 9eef127 commit 7536a14
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions events/fixtures/hobby_categories.json
Original file line number Diff line number Diff line change
Expand Up @@ -284,5 +284,31 @@
"name_ru": "",
"name_ar": ""
}
},
{
"model": "events.HobbyCategory",
"pk": "hobbies:23",
"fields": {
"data_source_id": "espooevents",
"name_fi": " Voimistelu ja tanssi",
"name_sv": "",
"name_en": "",
"name_zh_hans": "",
"name_ru": "",
"name_ar": ""
}
},
{
"model": "events.HobbyCategory",
"pk": "hobbies:24",
"fields": {
"data_source_id": "espooevents",
"name_fi": " Soveltava liikunta",
"name_sv": "",
"name_en": "",
"name_zh_hans": "",
"name_ru": "",
"name_ar": ""
}
}
]

0 comments on commit 7536a14

Please sign in to comment.