I have two questions:
This is my code, which is not succe
Use this syntax to delete the rows also to redirect to the homepage (To avoid page load errors) :
def delete_all(self): Reporter.objects.all().delete() return HttpResponseRedirect('/')