mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 11:35:41 +00:00
load plugins too
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user