标签: python django http
有没有办法在django中提升以下内容?
基本上,我希望有一个类似的观点:
def my_view(request): if request.user.is_superuser: pass else: raise Http Auth