From c89c66a33a65916afd81602367bda41996238f8e Mon Sep 17 00:00:00 2001 From: salvadorpla Date: Mon, 13 Jan 2020 13:56:11 +0100 Subject: [PATCH] Updated with delete_inactives.py information --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5e0d30a..228af46 100644 --- a/README.md +++ b/README.md @@ -25,4 +25,6 @@ Within Python Virtual Environment: 4. Use your favourite scheduling method to set mailing.py to run regularly. Column 'elapsed_days' of mailing's database will be updated so you can decide actions after some time. +5. Run "delete_inactives.py' to delete all inactive users after 30 days period from the warning email. + Note: install all needed packages with 'pip install -r requirements.txt'