removed some obsolete fields from the document model

This commit is contained in:
Jonas Winkler
2020-10-28 01:41:18 +01:00
parent 28f81022c8
commit 368b6d0512
2 changed files with 2 additions and 11 deletions

View File

@@ -65,8 +65,8 @@ def run_post_consume_script(sender, document, **kwargs):
document.file_name,
document.source_path,
document.thumbnail_path,
document.download_url,
document.thumbnail_url,
None,
None,
str(document.correspondent),
str(",".join(document.tags.all().values_list("slug", flat=True)))
)).wait()