mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	removed unused settings, migrations now match originals
This commit is contained in:
		| @@ -33,5 +33,5 @@ class Migration(migrations.Migration): | |||||||
|                                        help_text='Current filename in storage', |                                        help_text='Current filename in storage', | ||||||
|                                        max_length=256), |                                        max_length=256), | ||||||
|         ), |         ), | ||||||
|         migrations.RunPython(set_filename, migrations.RunPython.noop) |         migrations.RunPython(set_filename) | ||||||
|     ] |     ] | ||||||
|   | |||||||
| @@ -323,8 +323,3 @@ FILENAME_DATE_ORDER = os.getenv("PAPERLESS_FILENAME_DATE_ORDER") | |||||||
| FILENAME_PARSE_TRANSFORMS = [] | FILENAME_PARSE_TRANSFORMS = [] | ||||||
| for t in json.loads(os.getenv("PAPERLESS_FILENAME_PARSE_TRANSFORMS", "[]")): | for t in json.loads(os.getenv("PAPERLESS_FILENAME_PARSE_TRANSFORMS", "[]")): | ||||||
|     FILENAME_PARSE_TRANSFORMS.append((re.compile(t["pattern"]), t["repl"])) |     FILENAME_PARSE_TRANSFORMS.append((re.compile(t["pattern"]), t["repl"])) | ||||||
|  |  | ||||||
|  |  | ||||||
| CELERY_TASK_TRACK_STARTED = True |  | ||||||
| CELERY_RESULT_BACKEND = 'db+sqlite:///results.sqlite' |  | ||||||
| CELERY_WORKER_PREFETCH_MULTIPLIER = 1 |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jonas Winkler
					Jonas Winkler