Added reports CLI documentation

This commit is contained in:
Jeremy Stretch 2017-10-12 13:48:08 -04:00
parent 42db8a94c2
commit 5f917c9ba3

View File

@ -117,3 +117,13 @@ Our example report above would be called as:
``` ```
POST /api/extras/reports/devices.DeviceConnectionsReport/run/ 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 <module>
```
One or more report modules may be specified.