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:
2015-04-13 01:21:57 +02:00
parent 1b85823f9b
commit 39544e96da
3 changed files with 9 additions and 27 deletions

View File

@@ -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",