Thanks, that corrected the problem, (I was missing import in my ajax views).
On Mar 12, 6:35 pm, Jacob Kaplan-Moss <[email protected]> wrote: > On Wed, Mar 11, 2009 at 7:10 PM, juanefren <[email protected]> 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 [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 -~----------~----~----~----~------~----~------~--~---

