Is there any initiative about creating a direct 'django' command?

See the thread at Name the main command django

Personally, I make the manage.py file executable. (chmod +x manage.py) That allows me to run manage.py directly. (No python command.)