30 Add POST method to APIView

preview_player
Показать описание
Add a method to our APIView to handle HTTP POST requests.

--

This video is from the old version of our course:
Build a Backend REST API with Python & Django - Beginner.

Рекомендации по теме
Комментарии
Автор

excellent very short information and very good.

A Comment from INDIA

shaikbyte
Автор

Hi Sir
Your explanation is very nice
Can you make Video on custom "middleware" Application in Django from scratch level ?

sumauma
Автор

I checked the code but i cant find my fault.

Instead of a charfield called. name, i just get a charfield called content, can someone help me ?

frederikpeters
Автор

Hi bro, your videos are very good. But, I have 1 problem while practicing. Whenever, I request POST, django automatically calls GET method after completing POST request... why is it so??

deepanshuaggarwal
Автор

message = f'Hello {name}' instead of .format

jamesjassi