MCPcopy Index your code
hub / github.com/codemistic/Web-Development / get

Method get

django_rest/core/home/views.py:47–50  ·  view source on GitHub ↗
(self,request)

Source from the content-addressed store, hash-verified

45 permission_classes =[IsAuthenticated]
46
47 def get(self,request):
48 student_objs = Student.objects.all()
49 serializer = StudentSerializer(student_objs,many=True)
50 return Response({'status':200,'payload':serializer.data})
51
52 def post(self,request):
53

Callers 15

background.jsFile · 0.80
web_scraping.pyFile · 0.80
qrcode.jsFile · 0.80
slice.jsFile · 0.80
index.jsFile · 0.80
getUserFunction · 0.80
index.jsFile · 0.80
app.jsFile · 0.80
remove_empFunction · 0.80
filter_empFunction · 0.80
dictionaryApiFunction · 0.80
checkValidServiceWorkerFunction · 0.80

Calls 1

StudentSerializerClass · 0.85

Tested by

no test coverage detected