paperless-ngx/src/documents/settings.py

6 lines
244 B
Python
Raw Normal View History

2017-05-08 15:48:37 +02:00
# Defines the names of file/thumbnail for the manifest
# for exporting/importing commands
2017-05-08 14:54:48 +02:00
EXPORTER_FILE_NAME = "__exported_file_name__"
2017-05-08 15:48:37 +02:00
EXPORTER_THUMBNAIL_NAME = "__exported_thumbnail_name__"
EXPORTER_ARCHIVE_NAME = "__exported_archive_name__"