1:04 If you are filling a form and then you want to submit your data. that's POST POST is for adding the new data to the server. GET is fetching the data.(데이터 가져오기) PUT is basically to update the resource, to update the data of the server. 1:55 GET 예시 4+5=9. What happens is you are actually sending the data on the edges of the bar. 2:20 POST: When you want to pass some data server, bar가 보이면 내 아이디, 비밀번호 노출되니까 숨기고 싶을 때. 4:15 CSRF 는 해커가 attack 하는 방법 중 하나. 5:55 fetch -> GET submit -> POST Thank you very much!!!!!!!!!
It's very helpful and easy to understand and also I've recommended your series on Python videos to my colleagues and friends to learn in a simple and fun way. Thank you :)
bro my mentor's gonna be so surprised that i learned django in a 1 week period 1 day in got this far :DD gonna continue and i am getting used to everything and thanks for emphasizing on every detail you are very cool
Sir, I added method ="post" and executed without using csrf token. Didn't change get to post in views.py as well. Getting the output without any error. How is it possible and what could be the reason!! I am getting the data in the address bar. Can anyone explain this please!
Awsome explanation... U r my inspiration... I hope one day I'll be able to explain things like u 😛 I knw Thts difficult but silently taking tutions watching your lectures 😅😅
SUPER sir THANKS A LOT, ONE SMALL REQUEST those WHO are READING THIS COMMENT PLS DO NOT SKIP THE ADDS,THIS IS THE LEAST WAY WE CAN HELP THIS sir WHO IS REALLY WORKING HARD FOR US TO TEACH IN AN EAASY WAY
Hey ailen Sir !! I got into a situation where i have to create a single page chat box , here i am not getting how to stay on the samepage after the post and also how retrive the previous messages ? Little new to ui so not sure if i cam save the chat on browser till the session ends !!
**HELP ANYONE??** < form action="add" method="post"> i have specified the method but i am still getting the multivaluedictkeyerror In the error it is mentioned that request method is GET I have changed it in views already as 'request.POST'
use like this: from django.http import HttpResponse from django.views.decorators.csrf import csrf_exempt @csrf_exempt def my_view(request): return HttpResponse("Hello world")
Hello Sir I want to make an Application, sir tell me that is it possible by python, Sir Please reply my question here are more more difficulties to understand That what do I learn Python or Java Respectively Love your videos Sir
1:04 If you are filling a form and then you want to submit your data. that's POST
POST is for adding the new data to the server.
GET is fetching the data.(데이터 가져오기)
PUT is basically to update the resource, to update the data of the server.
1:55 GET 예시 4+5=9. What happens is you are actually sending the data on the edges of the bar.
2:20 POST: When you want to pass some data server, bar가 보이면 내 아이디, 비밀번호 노출되니까 숨기고 싶을 때.
4:15 CSRF 는 해커가 attack 하는 방법 중 하나.
5:55 fetch -> GET
submit -> POST
Thank you very much!!!!!!!!!
These are going at the right speed and the concepts are perfectly clear! Thanks a lot!
I am so glad I found this tutorial. Everything is very clear up to now
It's very helpful and easy to understand and also I've recommended your series on Python videos to my colleagues and friends to learn in a simple and fun way. Thank you :)
thanks I was looking for Django everywhere this is the best one
One of the best video to understand GET and POST
Sir, please continue.making this Django series loving it ❤
I got Addicted to programming when I started watching ur Video....Thanks Navin Sir
The way of explaining is really great .
bro my mentor's gonna be so surprised that i learned django in a 1 week period 1 day in got this far :DD gonna continue and i am getting used to everything and thanks for emphasizing on every detail you are very cool
This was excellent, looking forward for more videos on django, especially database interaction
God bless you so much Sir,I was so stuck on this one but u made it so easy for me thanks very much ☺️❤
Thank you so much man! You're saving lives!
He saved mine too
Sir, Great video. The concept has been explained in simple and interesting way.
thanks sir.
I'm loving it.
Very helpful now i am a step ahead to put my web application live online and to help you i watch the complete add on your channel
No one explain better than you!
Video quality improved a lot
Sir, I added method ="post" and executed without using csrf token. Didn't change get to post in views.py as well. Getting the output without any error. How is it possible and what could be the reason!! I am getting the data in the address bar. Can anyone explain this please!
i love your video tutorials
Super sir....ur way of explaining super....
Awsome explanation... U r my inspiration... I hope one day I'll be able to explain things like u 😛 I knw Thts difficult but silently taking tutions watching your lectures 😅😅
Just love your videos and intro 😍
5:36 if we use POST how do we get data we input in num1 and num2?
I mean POST is to add data
Thank you sir . It helped me a lot in understanding the topic
Sir your presentation is very good sir please keep going with django series as like python ..
Thank you for explaining csrf token...good one.
Like..:)by seeing your notification Sir.
SUPER sir THANKS A LOT,
ONE SMALL REQUEST those WHO are READING THIS COMMENT PLS DO NOT SKIP THE ADDS,THIS IS THE LEAST WAY WE CAN HELP THIS sir WHO IS REALLY WORKING HARD FOR US TO TEACH IN AN EAASY WAY
very nice explanation as always. thank you.
Hi Navin, Thanks for your videos. I had a query: The address bar should display the page "result" but it is showing "add" after submitting.
Hey ailen Sir !!
I got into a situation where i have to create a single page chat box , here i am not getting how to stay on the samepage after the post and also how retrive the previous messages ?
Little new to ui so not sure if i cam save the chat on browser till the session ends !!
bahut badhya tha sir
explaination
Definitely wonderful lecture
This really a great video, thank you for the super content
**HELP ANYONE??**
< form action="add" method="post">
i have specified the method but i am still getting the multivaluedictkeyerror
In the error it is mentioned that request method is GET
I have changed it in views already as 'request.POST'
Did you find what's the problem
I have the same problem
I repeated every steps but still I'm getting same error while using both GET or POST----->
MultiValueDictKeyError at /add
'num1' .Why?
In the home.html you havent named the name num1 thats why or maybe it isn’t that error
Nice video sirji.Pleae make a video series on Machine learning and Artificial Intelligence.
Hi Naveen..we are looking forward for with in depth Python + Django course..plz share as paid content in your portal..
Sir I got MultiValueDictError even after changing to post.
pls help iam stuck
just close the (google, firefox..) tab and open a new one, and restart the server
Awesome videos. Thank you sir
Help post
when i'm changing GET to POST im getting multivaluedictkeyerror, please help me frineds.
I am the 1st view r and i have 1st liked. Thnx sir for your amazing explanation :😊
I still facing issue crsf token .I added token in template but it's throwing forbidden error
for django 4.0.3 the add action should be between /add/
ATLEAST WE GET SECURITY TOKENS FOR OUR WEBPAGES good tutorial
I wanna know how to implement the progress bar within fragment of webview
Sir i got an error which says QueryDict object not callable and when i scroll down it targets at my POST statement
Any suggestions please help
Simply Great :)
Sir please make video on IOT series
Hi ..if we need to extract pdf table from a pdf document only when the page contains a keyword then how do we do it..
bro i am getting error like forbidden (403)
CSRF verification failed. Request aborted.
will you help me to solve this thing
use like this:
from django.http import HttpResponse
from django.views.decorators.csrf import csrf_exempt
@csrf_exempt
def my_view(request):
return HttpResponse("Hello world")
csrf_token is failed for me, even after I specify the {% csrf_tokekn %} , please help me
How to upload multiple files
can you please help with the answer ASAP
Thanks in advance
how to add csrf key to a function and not in a html form
What is the meaning of csrf cookie not set?
I facing crsf cookie not set error how to solve it
Can u put video for solving the error below
I want to print my name 10 times
like for item in name:
print(item)
but I am getting an error for that
You can use range() method
EX:
for num in range(1,11):
print('Your name')
You r best ❤
father of bucky :P
Talking about thewebboston?
@@npm4253 yes. just kidding.. RESPECT Both
@@shakeelhaider9100 he has not uploaded for more than 3 years😑
Sir how to get sensor data and send it to jango server
How are we getting values num1 and num2 in add function from home.html file
val1 = int(request.POST.get('num1',False))
How can we pass multiple values?
Sir help please
Submit click but not work
MultiValueDictKeyError at /add I am getting this error...please someone give me the solution
See video at 5:24
excellent video
How to use action tag ??
good tutorial
I got it Its awesome !!!!!!
Hello Sir I want to make an Application, sir tell me that is it possible by python, Sir Please reply my question here are more more difficulties to understand
That what do I learn Python or Java
Respectively Love your videos Sir
Waiting for it after completing python core
add/ in form action
Sir graphics design in Python ka video upload kijiye
Sir can you make a video about cookies
off course you are cricketer .....
Sir how to run python script like https//www.mywebsite/mypython.py and also this program(mypython.py) also have to fetch post data
awesome!!
thank you brother
Good one
Thank you
threading.py line 917 in _bootstrap_inner....
What is this???
you ruined my confusion
thanks sir
Please do a video an rest PAYLOAD
nice
helpful
19/3/2024
Tnx
omfg thanks a lot
nice
thank you
19/3/2024