mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-04 03:27:12 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			244 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			244 B
		
	
	
	
		
			Python
		
	
	
	
	
	
# 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__"
 | 
						|
EXPORTER_ARCHIVE_NAME = "__exported_archive_name__"
 |