From b3c6ab41717f599aa336d5022b4cfd32bd68e3b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Thu, 1 Jun 2017 17:51:23 +0300 Subject: [PATCH] pruneemails does not exist any more. --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index c4c026b9..6bdfc5ed 100644 --- a/README.md +++ b/README.md @@ -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.