mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	fixes #290
This commit is contained in:
		@@ -90,7 +90,6 @@ INSTALLED_APPS = [
 | 
			
		||||
    "documents.apps.DocumentsConfig",
 | 
			
		||||
    "paperless_tesseract.apps.PaperlessTesseractConfig",
 | 
			
		||||
    "paperless_text.apps.PaperlessTextConfig",
 | 
			
		||||
    "paperless_tika.apps.PaperlessTikaConfig",
 | 
			
		||||
    "paperless_mail.apps.PaperlessMailConfig",
 | 
			
		||||
 | 
			
		||||
    "django.contrib.admin",
 | 
			
		||||
@@ -461,6 +460,9 @@ PAPERLESS_TIKA_GOTENBERG_ENDPOINT = os.getenv(
 | 
			
		||||
    "PAPERLESS_TIKA_GOTENBERG_ENDPOINT", "http://localhost:3000"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
if PAPERLESS_TIKA_ENABLED:
 | 
			
		||||
    INSTALLED_APPS.append("paperless_tika.apps.PaperlessTikaConfig")
 | 
			
		||||
 | 
			
		||||
# List dates that should be ignored when trying to parse date from document text
 | 
			
		||||
IGNORE_DATES = set()
 | 
			
		||||
for s in os.getenv("PAPERLESS_IGNORE_DATES", "").split(","):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user