Re: Report like "matrix with Django ORM

2021-05-10 Thread Walter Randazzo
The code in textlines: models &  view

https://del.dog/ohuxemockal

Thanks again,



El lun, 10 may 2021 a las 7:02, Luciano Martins ()
escribió:

> coloque seu code no github...
>
> Em domingo, 9 de maio de 2021 às 23:09:09 UTC-3, wwran...@gmail.com
> escreveu:
>
>> Hi dudes,
>>
>> I have to render a template with  a "matrix" data, I was trying to
>> perform it with querys in orm but i can´t figure out how because the
>> relationships of the models.
>>
>> The idea is to show the members and what's months are paid in a specific
>> year.
>>
>> *Template's out  to feed:*
>> [image: template.jpg]
>> *Models:*
>> [image: models.jpg]
>>
>> Any ideas about how to do this with queries?
>>
>> Thanks in Adcvance!!!
>>
> --
> 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 django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/cecce065-1204-4c99-a54d-a51d1f6decd5n%40googlegroups.com
> 
> .
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAL7Dry75jp-Vw_7Ztn%2Bx7dH-dxBU3oH8Ff0Xm7sT5bgBdS1%3DTQ%40mail.gmail.com.


Re: Report like "matrix with Django ORM

2021-05-10 Thread Walter Randazzo
Many thanks dude!

El lun., 10 may. 2021 3:58 p. m., Abdelrhman Elbershawi <
abdelrhmanelbersh...@gmail.com> escribió:

> I will try to figure it out and get back to you.
>
> On Mon, 10 May 2021 at 12:02, Luciano Martins  wrote:
>
>> coloque seu code no github...
>>
>> Em domingo, 9 de maio de 2021 às 23:09:09 UTC-3, wwran...@gmail.com
>> escreveu:
>>
>>> Hi dudes,
>>>
>>> I have to render a template with  a "matrix" data, I was trying to
>>> perform it with querys in orm but i can´t figure out how because the
>>> relationships of the models.
>>>
>>> The idea is to show the members and what's months are paid in a specific
>>> year.
>>>
>>> *Template's out  to feed:*
>>> [image: template.jpg]
>>> *Models:*
>>> [image: models.jpg]
>>>
>>> Any ideas about how to do this with queries?
>>>
>>> Thanks in Adcvance!!!
>>>
>> --
>> 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 django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/cecce065-1204-4c99-a54d-a51d1f6decd5n%40googlegroups.com
>> 
>> .
>>
> --
> 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 django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAEuJ9wfLZ9xiREA259kgCRyZQWCvM3LPkiEBB2hqod4AiEvrdA%40mail.gmail.com
> 
> .
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAL7Dry78Jb3wWeRptxqCJzswyYiDOSuZEPJPkvEmc6GH6007AQ%40mail.gmail.com.


Re: Report like "matrix with Django ORM

2021-05-10 Thread Walter Randazzo
I will. thxs

El lun., 10 may. 2021 7:02 a. m., Luciano Martins 
escribió:

> coloque seu code no github...
>
> Em domingo, 9 de maio de 2021 às 23:09:09 UTC-3, wwran...@gmail.com
> escreveu:
>
>> Hi dudes,
>>
>> I have to render a template with  a "matrix" data, I was trying to
>> perform it with querys in orm but i can´t figure out how because the
>> relationships of the models.
>>
>> The idea is to show the members and what's months are paid in a specific
>> year.
>>
>> *Template's out  to feed:*
>> [image: template.jpg]
>> *Models:*
>> [image: models.jpg]
>>
>> Any ideas about how to do this with queries?
>>
>> Thanks in Adcvance!!!
>>
> --
> 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 django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/cecce065-1204-4c99-a54d-a51d1f6decd5n%40googlegroups.com
> 
> .
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAL7Dry6R4MOdVA%3DiC5xJ8W41Fm0xfTQWNVgeb1tWgVmQ6syQpw%40mail.gmail.com.


Re: Report like "matrix with Django ORM

2021-05-10 Thread Abdelrhman Elbershawi
I will try to figure it out and get back to you.

On Mon, 10 May 2021 at 12:02, Luciano Martins  wrote:

> coloque seu code no github...
>
> Em domingo, 9 de maio de 2021 às 23:09:09 UTC-3, wwran...@gmail.com
> escreveu:
>
>> Hi dudes,
>>
>> I have to render a template with  a "matrix" data, I was trying to
>> perform it with querys in orm but i can´t figure out how because the
>> relationships of the models.
>>
>> The idea is to show the members and what's months are paid in a specific
>> year.
>>
>> *Template's out  to feed:*
>> [image: template.jpg]
>> *Models:*
>> [image: models.jpg]
>>
>> Any ideas about how to do this with queries?
>>
>> Thanks in Adcvance!!!
>>
> --
> 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 django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/cecce065-1204-4c99-a54d-a51d1f6decd5n%40googlegroups.com
> 
> .
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAEuJ9wfLZ9xiREA259kgCRyZQWCvM3LPkiEBB2hqod4AiEvrdA%40mail.gmail.com.


Re: Report like "matrix with Django ORM

2021-05-10 Thread Luciano Martins
coloque seu code no github...

Em domingo, 9 de maio de 2021 às 23:09:09 UTC-3, wwran...@gmail.com 
escreveu:

> Hi dudes,
>
> I have to render a template with  a "matrix" data, I was trying to perform 
> it with querys in orm but i can´t figure out how because the relationships 
> of the models.
>
> The idea is to show the members and what's months are paid in a specific 
> year.
>
> *Template's out  to feed:*
> [image: template.jpg]
> *Models:*
> [image: models.jpg]
>
> Any ideas about how to do this with queries?
>
> Thanks in Adcvance!!!
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/cecce065-1204-4c99-a54d-a51d1f6decd5n%40googlegroups.com.