Open
Description
Description
Hello, what an interesting project! I'd find it quite useful for something I am working on, where I need to load management commands from outside apps.
One thing we heavily use at work is the call_command
function, for running management commands from celery for example, etc. Right now with your solution that wouldn't work yet, as that function is not aware of the customisations (sadly the management command register cannot be easily overwritten)
Suggested Solution
Similar to how a custom implementation of execute_from_command_line must be imported, same should be possible for call_command
, which would be aware of these custom commands
Terms
- I have read and followed the project's Code of Conduct and Contributing Guide.
- I have checked that this issue is not a duplicate.