Tweaks to manage.py for import script

This commit is contained in:
2015-09-12 01:37:16 +02:00
parent 7d950d8fef
commit 9ee8d9a20b
2 changed files with 22 additions and 17 deletions

View File

@@ -154,8 +154,7 @@ nodes_schema = {
},
'description': {
'type': 'string',
'minlength': 0,
'maxlength': 512,
'maxlength': 5000,
},
'picture': {
'type': 'objectid',