mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Support dynamically loaded modules.
This commit is contained in:
@@ -31,9 +31,9 @@ APP_SUFFIX = 'dev'
|
||||
# The application version string, constructed from the components
|
||||
APP_VERSION = '%s.%s.%s-%s' % (APP_MAJOR, APP_MINOR, APP_REVISION, APP_SUFFIX)
|
||||
|
||||
# DO NOT CHANGE!
|
||||
# List of modules to enable
|
||||
MODULES = [ 'utils' ]
|
||||
# DO NOT CHANGE UNLESS YOU KNOW WHAT YOU ARE DOING!
|
||||
# List of modules to skip when dynamically loading
|
||||
MODULE_BLACKLIST = [ ]
|
||||
|
||||
##########################################################################
|
||||
# Log settings
|
||||
|
||||
Reference in New Issue
Block a user