renamed models + new migrations + initial data

This commit is contained in:
vabene1111
2018-05-06 23:50:40 +02:00
parent c9f0192a2c
commit 9b2d2bea4d
9 changed files with 46 additions and 36 deletions

View File

@@ -0,0 +1,13 @@
[
{
"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"
}
}
]