E
E
exctac2017-06-11 17:45:07
Django
exctac, 2017-06-11 17:45:07

Django View class, what is the get method responsible for?

Hello.
The question is, in django the main View class has a method:

def get(self, request, *args, **kwargs):
    pass

Can you explain what this method is, is it Pythonic or Dzhangian, built-in or inherited from someone? I re-picked all the files of generics and did not find this method and did not find it in the docks either (maybe I was looking bad of course). There's a little bit of intel there . But I didn't find anything in the code.
Help to understand please.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question