소스 검색

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

Clarify use of "runreport" CLI
Jeremy Stretch 7 년 전
부모
커밋
4c3a7b84c1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/additional-features/reports.md

+ 1 - 1
docs/additional-features/reports.md

@@ -128,4 +128,4 @@ Reports can be run on the CLI by invoking the management command:
 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.