On Wed, Mar 11, 2009 at 7:10 PM, juanefren <juanef...@gmail.com> wrote:
> Few times when I open any page in my site this error appears.
> Caught an exception while rendering: name 'login_required' is not
> defined.

Somewhere in your app you're missing an import. Try grepping your
source for "login_required" and check that every single place you
reference it you've also imported it.

Jacob

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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