mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-14 10:36:58 +01:00
Use constants for manifest
This commit is contained in:
parent
2e0e6bb8d2
commit
da71eab0ae
4 changed files with 15 additions and 7 deletions
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__"
|
||||
Loading…
Add table
Add a link
Reference in a new issue