from django.http import HttpResponse def acl_list(request): return HttpResponse("UNIMPLEMENTED ADMIN ACTION!")