add metadata
This commit is contained in:
parent
f211375bbe
commit
844af58b1d
3 changed files with 13 additions and 1 deletions
|
|
@ -16,7 +16,10 @@ class Command(BaseCommand):
|
|||
'query': {
|
||||
'conditions': [{'key': 'groups', 'value': options['group'], 'operator': '=='}]
|
||||
},
|
||||
'keys': ['id', 'title', 'director', 'summary', 'source', 'sourcedescription', 'date', 'location'],
|
||||
'keys': [
|
||||
'id', 'title', 'director', 'summary', 'source', 'sourcedescription', 'date', 'location',
|
||||
'duration'
|
||||
],
|
||||
'range': [0, 1000]
|
||||
}
|
||||
for item in api.find(**query)['data']['items']:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue