Updated with delete_inactives.py information

master
salvadorpla 2020-01-13 13:56:11 +01:00
parent fe05f7a3b5
commit c89c66a33a
1 changed files with 2 additions and 0 deletions

View File

@ -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'