标签: python django authentication acl
是否有内置的django身份验证和acl =访问控制列表库?
Acl用于允许/拒绝操作/方法或资源。
这些auth / acl在其他Web框架中可用,如内置或库或包/ gems。
答案 0 :(得分:4)
有django.contrib.auth:https://docs.djangoproject.com/en/dev/topics/auth/