The ievv command¶
The ievv command does two things:
- It avoids having to write
python manange.py appressotaks_somethingand lets you writeievv somethingistead. - It provides commands that are not management commands, such as the commands for building docs and creating new projects.
When we add the command for initializing a new project, the ievv command will typically be installed globally instead of as a requirement of each project.
You find the source code for the command in
ievv_opensource/ievvtasks_common/cli.py.
Some of the commands has required settings. See Settings.