Hi guys I have been trying to find a reason for the existence of the _private.py file when you are declaring custom management commands. I tried to look on many pages and forums and I did not find anything relevant.
The most explicit documentation about this file that I found, is on the official documentation which states the following:
The
_private.pymodule will not be available as a management command.
However that really does not give us so much information about what is the purpose of that file, or why would I really need to declare that, does any one of you guys know?