Changes to node_schema
Now we use ObjectId for the user field and media for the picture field (previously known as thumbnail).
This commit is contained in:
@@ -127,7 +127,7 @@ def populate_db_test():
|
||||
shot = {
|
||||
"name": "01",
|
||||
"description": "A sheep tries to hang itself, but fails",
|
||||
"thumbnail": "/tmp/attrackt-thumbnail.png",
|
||||
"picture": "",
|
||||
"order": 0,
|
||||
"parent": None,
|
||||
"node_type": "55016a52135d32466fc800be",
|
||||
|
Reference in New Issue
Block a user