This happened to me before. I solved it by first writing generic text in the
template and then making sure that the text would show. Then I passed a
variable to the template but left it defined as {None: None} to see if I was
making the call correctly. Finally, I edited the variable to be some text
that I wanted to view (the data you are referring to). I don't remember what
the actual problem was, but I was able to solve it by doing this.Good luck. On Thu, Feb 18, 2010 at 1:07 PM, gustavo <[email protected]> wrote: > Hello fellows, > > I have a generic view but I cant see the data. > The template is been loaded and there is only one register in the > database. > But the template doesnt bring the data. > > Any clue why? > > Thanks a lot! > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<django-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

