0
Let me understand this
So when a html request is sent with the “POST” method of a form, it goes into the defined function who’s variable name is the url that appears on the browser bar. This function is created in the views.py file? How does the request then get validated and/or authenticated in the models.py file?
3 Respostas
+ 3
Nwanakwoakwo Wid'obiagu
Client side code will send request and
Server side code will process the request and respond to the client
0
Nwanakwoakwo Wid'obiagu Your python code should validate and/or authenticate the request
0
Subash Rogers do you mean pyrhon code on the views.py or on the models.py?