From a6f81a40107e6e8d4e9f96ac0a22de491419f16f Mon Sep 17 00:00:00 2001 From: spla Date: Mon, 6 Jul 2020 10:49:40 +0200 Subject: [PATCH] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1eca720..a5b079d 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,6 @@ Within Python Virtual Environment: 5. Run `python delete_inactives.py` to delete all inactive users after 30 days period from the warning email. -6. Run `python edit_status.py` to set True or False any of following `mailing_db_table` columns: `to_be_deleted`, `feedback` and `recipient_error`. +6. Run `python edit_status.py` to set True or False any of following `mailing_db_table` columns: `to_be_deleted`, `feedback` and `recipient_error`. Useful after emailed user's feedback. Note: install all needed packages with `pip install -r requirements.txt`