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