Late last year, I wrote django-cli-no-admin, a proof-of-concept Python library whose goal was to shorten Django’s default django-admin command to just django. I published the package on pypi and it helped create one of the more colorful forum topics of 2024. I ended up writing two blog posts about it: New project to shorten django-admin to django because we are not monsters 🤔 Rethinking Django’s Command-Line Tool: Why We Should Rename django-admin Ever since I had this idea, the idea o...