Skip to content

Management Commands

Keith Hickey edited this page Oct 19, 2020 · 6 revisions

Over the years, the USAspending development team has created many tools to help us manage the project and support ETL processes. Most of these are implemented as Django Management Commands that are executed using the Django manage.py entry point.

To get a list of all available management commands that can be run, execute the following shell command after setting up your local dev environment:

./manage.py --help

To get more details about any one management command, run:

./manage.py <command_name> --help

Commands with further wiki documentation: