Re: i'm having issues displaying parent.model.childmodel_set.all on my template

2018-05-03 Thread stanley oguazu
Yes all the data in ScrumyUser table displays

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/7ff6bf1e-480a-4375-9802-ce5b45852a2f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: i'm having issues displaying parent.model.childmodel_set.all on my template

2018-05-03 Thread James Farris
If you add {{ my_users }} to your template do you get any output? If not,
you’re query set has no results.

On Thu, May 3, 2018 at 4:51 PM stanley oguazu  wrote:

> //My template is only displaying the parent table, and not displaying
> child table
>
>  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 post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/02500f66-1283-49a9-b4c3-4fe723a497d0%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAE-E-_0PmeXwuGgAGBT6m5KqeMahSvPyu%2BCajkL_8wAeAQM4Nw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


i'm having issues displaying parent.model.childmodel_set.all on my template

2018-05-03 Thread stanley oguazu
//My template is only displaying the parent table, and not displaying child 
table