Re: Passing parameters to SOAP Zeep client

2017-11-28 Thread giuseppe ricci
the error: Missing element utenteApplicativo (creaCarrello.GestioneCarrelliRequest) It is not the correct manner. Any help are welcome. Thanks. Il giorno martedì 28 novembre 2017 10:49:10 UTC+1, James Schneider ha scritto: > > > > On Nov 28, 2017 1:20 AM, "giuseppe ricci"

Passing parameters to SOAP Zeep client

2017-11-28 Thread giuseppe ricci
I'm using Zeep library to query a SOAP webservice wrote in Java. My piece of the wsdl file is: 11223344 prova CCIAA_MI 2 1 3 2 1

Jquery datepicker in a django form

2017-09-11 Thread giuseppe ricci
Hi guys, I need to insert 2 datapicker in a django form. I have not a form.py file. My views.py related to the datepicker: class DatePicker(forms.DateInput): template_name = 'dkey.html' class Media: js = ( 'js/jquery.min.js', 'js/jquery-ui.min.js', ) css = { 'all': ( 'css/jquery-ui.css', ) }

Re: Link to download a file

2017-09-07 Thread giuseppe ricci
-download') resp['Content-Disposition'] = 'attachment; filename=dati.csv' return resp it works! Il giorno giovedì 31 agosto 2017 17:58:27 UTC+2, giuseppe ricci ha scritto: > > Hi guys, I need some help to insert a link to download a file. In a view I > read data from a csv file and I

Re: Link to download a file

2017-09-06 Thread giuseppe ricci
') and the download.html is a simple page with a write Download file ok.. But in this manner I receive the error TemplateDoesNotExist at /download/ static/tmp/dati.csv Can you help me? Thanks. Il giorno giovedì 31 agosto 2017 17:58:27 UTC+2, giuseppe ricci ha scritto: > > Hi guys, I need some help to

Link to download a file

2017-08-31 Thread giuseppe ricci
Hi guys, I need some help to insert a link to download a file. In a view I read data from a csv file and I show them in a table in a template. Under the table I need to insert, when there are data, a link similar as Download data and when user click it, he download the datafile, previously I