Minor change
This commit is contained in:
parent
b90424d675
commit
325929386e
@ -945,7 +945,7 @@ all_tables = db_conn.introspection.table_names()
|
|||||||
|
|
||||||
if ("auditlog_logentry" in all_tables) and not (AUDIT_ENABLED):
|
if ("auditlog_logentry" in all_tables) and not (AUDIT_ENABLED):
|
||||||
raise ImproperlyConfigured(
|
raise ImproperlyConfigured(
|
||||||
"auditlog table was found but PAPERLESS_AUDIT_ENABLED is not active",
|
"auditlog table was found but PAPERLESS_AUDIT_ENABLED is not active.",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user