mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-21 16:27:39 -06:00
Blacklist the test module by default.
This commit is contained in:
parent
89bfc54ec4
commit
d86c90fa73
@ -34,7 +34,7 @@ APP_VERSION = '%s.%s.%s-%s' % (APP_MAJOR, APP_MINOR, APP_REVISION, APP_SUFFIX)
|
||||
|
||||
# DO NOT CHANGE UNLESS YOU KNOW WHAT YOU ARE DOING!
|
||||
# List of modules to skip when dynamically loading
|
||||
MODULE_BLACKLIST = [ ]
|
||||
MODULE_BLACKLIST = [ 'test' ]
|
||||
|
||||
##########################################################################
|
||||
# Log settings
|
||||
|
Loading…
Reference in New Issue
Block a user