pull/3/head
Eugen Ciur 2020-05-04 13:59:47 +02:00
parent add0810b8f
commit 69f1b2d581
1 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
import os
import logging
logger = logging.getLogger(__name__)
AUX_DIR_DOCS = "docs"
@ -13,7 +11,7 @@ class DocumentPath:
Document path:
/<aux_dir>/<user_id>/<doc_id>/<version>/<file_name>
If version = 0, it is not included in Endpoint.
If version = 0, it is not included in DocumentPath.
Document's version is incremented everytime pdftk operation runs on it
(when pages are deleted, reordered, pasted)
"""