mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-11-23 23:49:08 -06:00
Adds validation and testing to cover some of the common settings
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
from .checks import binaries_check
|
||||
from .checks import paths_check
|
||||
from .checks import settings_values_check
|
||||
|
||||
__all__ = ["binaries_check", "paths_check"]
|
||||
__all__ = ["binaries_check", "paths_check", "settings_values_check"]
|
||||
|
||||
Reference in New Issue
Block a user