I am trying to redirect to a page I intend to implement as an object\'s homepage after creation of one.
Below is corresponding part of my views.py
add the kwargs into the method definition:
def get(self, request, *args, **kwargs): return HttpResponse("Created :)")