thumbnail generation #547
-
Hi All, Is it possible to force thumbnail generation, like it is possible to force the document_archive function? I miss a few thumbnails after a recent data mishap, and the sanity checker informs me of this... /Benjamin |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The management command Either call it without arguments, and it will redo all thumbnails, or call it with arguments ( There's currently no logic here to just do it for missing thumbnails, sorry. |
Beta Was this translation helpful? Give feedback.
The management command
document_thumbnails
does that. I just noticed that that's missing in the documentation.Either call it without arguments, and it will redo all thumbnails, or call it with arguments (
document_thumbnails -d <id>
), where id is a document ID with missing thumbnail and do it one by one.There's currently no logic here to just do it for missing thumbnails, sorry.