Skip to content
  • Kostas Papadimitriou's avatar
    extend send_voter_sms management command · 1df639aa
    Kostas Papadimitriou authored
    introduce ``--voters-mobile-file`` parameter. Accepts a path to a csv
    file containing a list of election voter mobiles number in the following
    format,
    
    <voter-id>,<email>,<mobile>
    
    if set, the script will validate the contents of the file and send
    sms only to the voters extracted from the csv entries. The mobile
    number provided in csv file will be used to deliver the sms message.
    1df639aa