Welcome to another tutorial of Django web development tutorial series.
Today we are going to discuss how to insert data into the database using form.
One important thing to keep in mind that {% csrf_token %} is compulsory to add inside the form tag.
Download source code of the project that we created in this tutorial from here:
You can contact me at my email.
Email: gaurav.parvadiya@gmail.com
If you have any problems or…
GOT IT
Thank u sir. Sir Enaku antha save panra option matum varave Ila sir how to solve this problem sir
Unable to access source code in the given link. Getting a 404. Can you please check and share the source code? I followed the steps as told in the video but my view method for Submit Button is not getting invoked. No errors either.
Thanks for the tutorial. Very Helpful
it is very helpful …please sir share the source code of 10th tutorial please sir
Can you please share the code for
1: add_movie.html
2: header.html
this is great and simple!!!!
IntegrityError at /add_detail_submit/
error —- projectnew_company.name may not be NULL..while save the data into company model please suggest to resolve this
Nice .,.
code link won't work sir do something sir how do i get code source sir
Thanks for excellent tutorial, would you please contact me through the email provided, I have want to discuss about a project. Urkowsrdowet@gmail.com
sir I am Creating a signup form but I am not able to do it all the time the data is not going into database,can u please tell how can we create our own form but not by the default model provide by Django,Please help as soon
Thanks Sir!!!!
Your add movie and index page have same title . How to change that?
i have been looking for this since last 1 month in youtube, i searched alot but unfortunately i got nothing regarding this however finally i got this video, thanks for teaching us
Thank you bro. I have been looking for this
Hi Sir, how to use ,Form created in Bootstrap studio in Django instead of inbuilt Django Forms?
Hi sir,
I have created a html form using django in pycharm. i am able to post the request and able to pass that parameter from html form and able to get the passed values in python as integer as given (i.e a = request.POST.get("a_value") , a = request.POST.get("a_value") )and able to print in print(a,b), but not able to sum(i.e c =a+b) and throwing error has given below ..TypeError: unsupported operand type(s) for -: 'NoneType' and 'NoneType'.
python 2.7
pycharm
could you please suggest
I am not getting the source code is it possible.
thanks
Nice, i have resolved my problem.
i got MultiValueDictKeyError when followed this, why ? can you help me? i'm using django 2.0, thanks