I found the problem, I was create a custom template context processor, and for some reason I choose one name that override some function in one os 3rd apps I'm using... I change the name of my custom context processor, and works Fine!
Thanks again T.·.F.·.A.·. S+F *Fellipe Henrique P. Soares* e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1)-2*3)/ge' *Blog: http://fhbash.wordpress.com/ <http://fhbash.wordpress.com/>* *GitHub: https://github.com/fellipeh <https://github.com/fellipeh>* *Twitter: @fh_bash* On Mon, Mar 23, 2015 at 12:07 PM, Daniel Roseman <[email protected]> wrote: > On Monday, 23 March 2015 14:16:00 UTC, Fellipe Henrique wrote: >> >> Hello, >> >> I have this settings.py [1], and my CustomUser [2] >> >> When I try to use in my template: >> >> {{ user_first_name }} >> >> don't show anything... What I miss in these code? >> >> > You should show your view. Are you using a RequestContext? > -- > DR. > > -- > 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/1e057e9f-8ee7-4c08-90f7-dfabd6e72818%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/1e057e9f-8ee7-4c08-90f7-dfabd6e72818%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > 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 [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/CAF1jwZFEQ7AN-Nm%2Bur3oYkeS1ue%3D3YtBYn6Hr4aQGwoCOcPYXg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

