Re: Good afternoon, I need help to generate a PDF of my models in DJANGO

2018-05-29 Thread ALDO JAVIER VIGUERAS
Thanks for help me give me idea where is problem i'm will try it different from but when i finished will put it -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Good afternoon, I need help to generate a PDF of my models in DJANGO

2018-05-29 Thread Julio Biason
"pruebapdf() missing 1 required positional argument: 'DesdeJango'" Your view have an additional parameter, which is not used by views; views always receive the "request" and then the list of parameters in your URL definition (which does not have any parameters). So you need to remove it from the f

Good afternoon, I need help to generate a PDF of my models in DJANGO

2018-05-29 Thread ALDO JAVIER VIGUERAS
Hallo, I want to do a view to retur me a PDF with my models tah I have in models.py , I habe python 3 Django 2.11 and the models are in POSTGRESQL . The next is my code that a I have, but gived TypeError: pruebapdf() missing 1 required positional argument: 'DesdeJango' 'DesdeJango'= is model nam