mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 20:16:44 +00:00
move setting lower
This commit is contained in:
parent
f1f6c9ff66
commit
002f5ec288
@ -67,13 +67,6 @@ DEMO_MODE = _is_true(get_setting(
|
|||||||
CONFIG.get('demo', False)
|
CONFIG.get('demo', False)
|
||||||
))
|
))
|
||||||
|
|
||||||
# user interface customization values
|
|
||||||
CUSTOMIZE = get_setting(
|
|
||||||
'INVENTREE_CUSTOMIZE',
|
|
||||||
CONFIG.get('customize', {}),
|
|
||||||
{}
|
|
||||||
)
|
|
||||||
|
|
||||||
DOCKER = _is_true(get_setting(
|
DOCKER = _is_true(get_setting(
|
||||||
'INVENTREE_DOCKER',
|
'INVENTREE_DOCKER',
|
||||||
False
|
False
|
||||||
@ -919,3 +912,11 @@ PLUGIN_TESTING = get_setting('PLUGIN_TESTING', TESTING) # are plugins beeing te
|
|||||||
PLUGIN_TESTING_SETUP = get_setting('PLUGIN_TESTING_SETUP', False) # load plugins from setup hooks in testing?
|
PLUGIN_TESTING_SETUP = get_setting('PLUGIN_TESTING_SETUP', False) # load plugins from setup hooks in testing?
|
||||||
PLUGIN_RETRY = get_setting('PLUGIN_RETRY', 5) # how often should plugin loading be tried?
|
PLUGIN_RETRY = get_setting('PLUGIN_RETRY', 5) # how often should plugin loading be tried?
|
||||||
PLUGIN_FILE_CHECKED = False # Was the plugin file checked?
|
PLUGIN_FILE_CHECKED = False # Was the plugin file checked?
|
||||||
|
|
||||||
|
# user interface customization values
|
||||||
|
CUSTOMIZE = get_setting(
|
||||||
|
'INVENTREE_CUSTOMIZE',
|
||||||
|
CONFIG.get('customize', {}),
|
||||||
|
{}
|
||||||
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user