pruneemails does not exist any more.

This commit is contained in:
Pēteris Caune 2017-06-01 17:51:23 +03:00
parent 207b0f9048
commit b3c6ab4171

View File

@ -190,12 +190,6 @@ There are separate Django management commands for each task:
$ ./manage.py prunechecks
```
* Remove records of sent email messages older than 7 days.
````
$ ./manage.py pruneemails
````
* Remove old records of sent notifications. For each check, remove
notifications that are older than the oldest stored ping for same check.