From bb898b719f721012e6aebc89eb9302dde16eded9 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 12 Oct 2017 13:48:08 -0400 Subject: [PATCH] Added reports CLI documentation --- docs/miscellaneous/reports.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/miscellaneous/reports.md b/docs/miscellaneous/reports.md index c6369283c..aae258f00 100644 --- a/docs/miscellaneous/reports.md +++ b/docs/miscellaneous/reports.md @@ -117,3 +117,13 @@ Our example report above would be called as: ``` POST /api/extras/reports/devices.DeviceConnectionsReport/run/ ``` + +### Via the CLI + +Reports can be run on the CLI by invoking the management command: + +``` +python3 manage.py runreport +``` + +One or more report modules may be specified.