DJango custom management command
In Django project, We could manage by executing some commands which could be invoked through the manage.py.
Management Command is used to create our own actions with manage.py. If your app is in projectdirectory then create the directories.