mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Blacklist the test module by default.
This commit is contained in:
@@ -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!
|
# DO NOT CHANGE UNLESS YOU KNOW WHAT YOU ARE DOING!
|
||||||
# List of modules to skip when dynamically loading
|
# List of modules to skip when dynamically loading
|
||||||
MODULE_BLACKLIST = [ ]
|
MODULE_BLACKLIST = [ 'test' ]
|
||||||
|
|
||||||
##########################################################################
|
##########################################################################
|
||||||
# Log settings
|
# Log settings
|
||||||
|
|||||||
Reference in New Issue
Block a user