How can I regroup management commands?
I tried the following but the 2 commands are not discovered by Django.
I also tried with an import in the commands/__init__.py
file without success.
<code>myapp/
management/
__init__.py
commands/
__init__.py
user_management/
__init__.py
create_user.py
delete_user.py
</code>
<code>myapp/
management/
__init__.py
commands/
__init__.py
user_management/
__init__.py
create_user.py
delete_user.py
</code>
myapp/
management/
__init__.py
commands/
__init__.py
user_management/
__init__.py
create_user.py
delete_user.py