django-restful请求的访问限制

login_required无效 用django的restful写成的请求处理,使用auth模块中装饰器进行访问限制,出现request无user属性的错误.python from django.views.generic import View from django.contrib.auth.decorators import login_required class TaskQueue(V
相关文章
相关标签/搜索