Adding tasks (WIP), inmproving populate_db script

This commit is contained in:
Eibriel
2015-04-10 13:08:45 -03:00
parent babdf807fb
commit 1b85823f9b
3 changed files with 56 additions and 61 deletions

View File

@@ -73,6 +73,10 @@ nodes_schema = {
# 'field': '_id',
#},
},
'user': {
'type': 'string',
'required': True,
},
'node_type': {
'type': 'objectid',
'required': True,