summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-10-06 17:45:53 +0300
committerLars Wirzenius <liw@liw.fi>2017-10-09 20:56:45 +0300
commit6bad303cda8caa13d871865edeb000c44379d8a3 (patch)
treedc40cc86a4ebcf557745fb861106336cfaf9fa35
parent614e0d87a7c7039c40b7db87e4593ee2567770e3 (diff)
downloadqvisqve-6bad303cda8caa13d871865edeb000c44379d8a3.tar.gz
Add: a 'blob' blob to the subject reasource
-rw-r--r--qvarn/backend.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/qvarn/backend.py b/qvarn/backend.py
index bf5f1c2..4a3eab8 100644
--- a/qvarn/backend.py
+++ b/qvarn/backend.py
@@ -111,7 +111,16 @@ subject.from_spec({
'subfield': '',
},
},
+ 'blob': {
+ 'prototype': {
+ 'body': 'blob',
+ 'content-type': '',
+ },
+ },
},
+ 'files': [
+ 'blob',
+ ],
},
],
})