You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DjangoBlog-Maintenance-Anal.../DjangoBlog/foodBlog/food_categories.json

31 lines
415 B

[
{
"model": "blog.category",
"pk": 1,
"fields": {
"name": "中式菜肴"
}
},
{
"model": "blog.category",
"pk": 2,
"fields": {
"name": "西式美食"
}
},
{
"model": "blog.category",
"pk": 3,
"fields": {
"name": "甜点烘焙"
}
},
{
"model": "blog.category",
"pk": 4,
"fields": {
"name": "特色小吃"
}
}
]