I\'ve a django management command (MG1) which reads from stdin this way:
sys.stdin.read()
. I\'ve another django management command (MG2) fro