i solved it, it was just an encoding issue, i just put these
#!/usr/bin/python
# -*- coding: utf-8 -*-
in the first two lines of the of my choices file and then make sure that all
the choices are encoded also to utf-8 format.
thanks for your time, i appreciate it.

On Fri, Feb 19, 2010 at 3:09 AM, Timothy Kinney <timothyjkin...@gmail.com>wrote:

> 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 <gustavosen...@gmail.com> 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 django-us...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com>
>> .
>> 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 django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>



-- 
robin n. nanola
systems analyst / application developer
Philippine Dealing Systems Group

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to