MCPcopy
hub / github.com/django/django / get

Method get

tests/generic_views/test_base.py:21–22  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

19 """
20
21 def get(self, request):
22 return HttpResponse("This is a simple view")
23
24
25class SimplePostView(SimpleView):

Calls 1

HttpResponseClass · 0.90

Tested by

no test coverage detected