I want to call my local package utility by its name like in Django django-admin. It has structure like: utility-name [command]
I’ve found the method of calling utility using __ main __.py. Structure of using this method is: python -m myappname. But it isn’t what I wanted.
So how I can use structure of calling like in django-admin? I’m junior programmer so if this information isn’t enough u may ask questions
New contributor
Ivan_Solaris is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.