Show commands from MANAGEMENT_COMMANDS_MODULES
in help
#10
Labels
enhancement
New feature or request
MANAGEMENT_COMMANDS_MODULES
in help
#10
Description
Currently, help only shows custom commands when specified through
MANAGEMENT_COMMANDS_PATHS
andMANAGEMENT_COMMANDS_ALIASES
. However ifMANAGEMENT_COMMANDS_MODULES
is configured (and looking at source codeMANAGEMENT_COMMANDS_SUBMODULES
), and there's commands there they do not show in the help when runningmanage.py --help
Suggested Solution
Like
ManagementUtility.main_help_text
needs to be updated to get all commands in the specified modules/submodules so they can be printed.Terms
The text was updated successfully, but these errors were encountered: