mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
removed unused settings, migrations now match originals
This commit is contained in:
parent
d8e9cd1283
commit
6b0d5d4cc8
@ -33,5 +33,5 @@ class Migration(migrations.Migration):
|
||||
help_text='Current filename in storage',
|
||||
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 = []
|
||||
for t in json.loads(os.getenv("PAPERLESS_FILENAME_PARSE_TRANSFORMS", "[]")):
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user