Man command

Usage

This command was created to make it faster and easier to run the manage.py commands in Django.

Note

This command must be used from the root folder of your project. The command will search for the /src/bin directory.

This command allows you to execute any command available in manage.py. View list of available manage.py commands:

djpro man help

Examples

djpro man runserver
djpro man migrate

Note

Behind the scenes, the man command executes in the terminal python manage.py <command>.