On Friday, October 11, 2013 2:48:13 PM UTC-7, Mario Osorio wrote: > > Hello all, working with mezzanine, I created in an app (newsroom) folder, > a views.py http://dpaste.com/1413587/. This view is an addition to the > blog app in site-packages. I then I put a section in my blog_post_list.html > template file to (supposedly) show the data from that view > http://dpaste.net/show/6cHStytzI5cqfICpFVAT/<http://bpaste.net/show/6cHStytzI5cqfICpFVAT/>, > > but I cannot see this data. blog_post_list.html is my home. Will someone > please point my mistake here? How can I test this view in the shell.TIA! >
What is featured_post_list? You assign it in the context, but it doesn't appear anywhere (except as the name of the view method). Perhaps you meant to pass "blog_posts" instead? -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/21554f81-3490-434b-92be-23c07e1ee503%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.

