From e2c41b0c1f518a48188a5fe9645a1126d044e51d Mon Sep 17 00:00:00 2001 From: No GUI Date: Mon, 15 Apr 2019 20:12:27 +0000 Subject: [PATCH] Update README.md Since anonymous checks aren't created any more, don't document the manage command to clean them up. --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 9c25cd96..e77df3d3 100644 --- a/README.md +++ b/README.md @@ -250,14 +250,6 @@ There are separate Django management commands for each task: $ ./manage.py prunepings ``` -* Remove checks older than 2 hours that are not assigned to users. Such - checks are by-products of random visitors and robots loading the welcome - page and never setting up an account: - - ``` - $ ./manage.py prunechecks - ``` - * Remove old records of sent notifications. For each check, remove notifications that are older than the oldest stored ping for same check.