Installazione

è necessario impostare in crontab alcune operazioni

  • recupero informazioni sulla consegna dal servizio di posteOnLine. Occorre tenere presente che l’aggiornamento delle informazioni non è istantaneo ma può ritardare anche di alcuni giorni!
  • conferma di spedizione . Questa operazione non deve necessariamente essere fatta subito dopo l’invio. Per le raccomandate deve avvenire entro le 14 di ogni giorno per potere essere processata il giorno stesso.
45,50,59 13 * * 1-5 root /path/to/django/bin/django poste-confirm -r
40,50,59 13 * * 1-5 root /path/to/django/bin/django poste-confirm -l
0 22 * * 1-5 root /path/to/django/bin/django poste-

In fase di installazioen può essere utile usare il comando poste_test per capire se l’autenticazione funziona.

Settings

jmb.webposte.settings.WEBPOSTE_FAKE_SEND = True

Don’t send for real. For debug purpouses

jmb.webposte.settings.WEBPOSTE_PASSWORD = None

Password used to log into Poste-on-Line service

jmb.webposte.settings.WEBPOSTE_SERVICE_LEVEL = 'PROD'

Webservice level: TEST, or PROD

jmb.webposte.settings.WEBPOSTE_USERNAME = None

Username used to log into Poste-on-Line service

Previous topic

Webposte

Next topic

Commands

This Page