diff --git a/mails_adherents.sh b/mails_adherents.sh deleted file mode 100755 index 064f39e9..00000000 --- a/mails_adherents.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# Lecture de la base -request="SELECT email, username FROM auth_user LEFT JOIN gestioncof_cofprofile ON auth_user.id = gestioncof_cofprofile.user_id WHERE mailing_cof=1 AND is_cof = 1;" -echo $request | python manage.py dbshell | \ - -# Suppression de l'en-tĂȘte -tail -n +2 | \ - -# Suppression des adhĂ©rents sans adresse mail -grep -v -P "^\t" -