I come from Rails, and I find very annoying having to all the time use the python manage.py…
I want to contribute to generate binstubs just like in rails. It’s really frustrating to type the whole python manage.py for every command when in Rails we just use rails directly.
Has anyone thought about this before? Is there any technical reason why we can’t have a simple django command that works the same way?
I’m willing to help implement this if others think it would be useful. Let me know what you think.