On Tuesday 09 Mar 2010 7:23:35 am Duvalfan23 wrote:
> I have started a Django application with the Django Registration from
> GoogleCode included also. I built a menu that has certain menu items
> only viewable by logged in users. My login page is ~/login/ and
> register page is ~/register/. Whenever I log in, the logged in menu
> shows up on the Login and Register pages, but no other pages. Why
> would this happen? My session cookie is set as default which the path
> is '/'.. Any help would be appreciated. Thanks!
> 

are you using RequestContext and do you have the appropriate 
TEMPLATE_CONTEXT_PROCESSORS loaded in settings.py?

-- 
regards
Kenneth Gonsalves
Senior Associate
NRC-FOSS
http://certificate.nrcfoss.au-kbc.org.in

-- 
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