views.py 118 B

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