load plugins too

This commit is contained in:
Matthias 2022-01-10 02:10:24 +01:00
parent d03c636067
commit e80a71eb46
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -874,7 +874,7 @@ MARKDOWNIFY_BLEACH = False
MAINTENANCE_MODE_RETRY_AFTER = 60
# Plugin Directories (local plugins will be loaded from these directories)
PLUGIN_DIRS = ['plugin.builtin', ]
PLUGIN_DIRS = ['plugin.builtin', 'barcodes.plugins', ]
if not TESTING:
# load local deploy directory in prod