I have
 {% if perms.core.add_project %} which is expected to be false but it
is returning true.

 I am running it on webfaction (mod_wsgi, python 2.5 , django 1,1,1).

I do {{perms.user}} in my html on webfaction and I get - perms:
set([u'core.view_project']) which is correct.
and {{perms.core.add_project }} return true which is not correct.

What am I missing??


when I run the same code on my local laptop using django test server
it works fine.

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