2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +00:00

and remove actions again

This commit is contained in:
Matthias
2022-01-11 01:41:56 +01:00
parent 2a7ad93173
commit 208bcb7707

View File

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