mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-30 18:27:45 -05:00
Everything appears to be working
This commit is contained in:
@@ -8,9 +8,11 @@ class DocumentsConfig(AppConfig):
|
||||
def ready(self):
|
||||
|
||||
from .signals import document_consumption_finished
|
||||
from .signals.handlers import set_correspondent, set_tags
|
||||
from .signals.handlers import (
|
||||
set_correspondent, set_tags, run_external_script)
|
||||
|
||||
document_consumption_finished.connect(set_tags)
|
||||
document_consumption_finished.connect(set_correspondent)
|
||||
document_consumption_finished.connect(run_external_script)
|
||||
|
||||
AppConfig.ready(self)
|
||||
|
Reference in New Issue
Block a user