mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-26 01:16:16 +00:00
Use constants for manifest
This commit is contained in:
3
src/documents/settings.py
Normal file
3
src/documents/settings.py
Normal file
@@ -0,0 +1,3 @@
|
||||
# Defines the names of file/thumbnail for the manifest for exporting/importing commands
|
||||
EXPORTER_FILE_NAME = "__exported_file_name__"
|
||||
EXPORTER_THUMBNAIL_NAME = "__exported_thumbnail_name__"
|
Reference in New Issue
Block a user