Merge pull request #2881 from candlerb/candlerb/doc-reports

Clarify use of "runreport" CLI
This commit is contained in:
Jeremy Stretch 2019-02-20 12:04:35 -05:00 committed by GitHub
commit 4c3a7b84c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,4 +128,4 @@ Reports can be run on the CLI by invoking the management command:
python3 manage.py runreport <module> python3 manage.py runreport <module>
``` ```
One or more report modules may be specified. where ``<module>`` is the name of the python file in the ``reports`` directory without the ``.py`` extension. One or more report modules may be specified.