Files
recipes/cookbook/fixtures/default_category.json
2018-05-06 23:50:40 +02:00

13 lines
258 B
JSON

[
{
"model": "cookbook.category",
"pk": 1,
"fields": {
"name": "-",
"description": "Default Category",
"created_by": 0,
"created_at": "2018-05-06T21:21:08.860Z",
"updated_at": "2018-05-06T21:21:08.860Z"
}
}
]