Check permission inside a template in Django

前端 未结 4 1398
甜味超标
甜味超标 2020-12-01 08:46

Can I use the Auth application\'s permission checking inside a template in Django? (I want to display a simple form at the end of the template for privileged users)

4条回答
  •  借酒劲吻你
    2020-12-01 09:19

    If you need more granularity in checking perms (on a particular object for example), check out this extension: http://django-authority.readthedocs.org/en/latest/check_templates/

提交回复
热议问题