▶️ Watch Entire Django Wednesdays Playlist ✅ Subscribe To My KZbin Channel: bit.ly/35Xo9jD bit.ly/2IGzvOR ▶️ See More At: ✅ Join My Facebook Group: Codemy.com bit.ly/2GFmOBz ▶️ Learn to Code at Codemy.com ✅ Buy a Codemy T-Shirt! Take $30 off with coupon code: youtube1 bit.ly/2VC9WUN ▶️ Get The Code bit.ly/3sJpeV6
@rishabs98352 жыл бұрын
I have spent 3+ hours looking for exactly this information, cannot express my relief and happiness to find this video enough.
@Codemycom2 жыл бұрын
Happy to help!
@exoZelia Жыл бұрын
You're the best source of django tutorials for sure
@Codemycom Жыл бұрын
Thanks! Tell your friends!
@Toolie-u9w3 жыл бұрын
You are the best programming teacher I've ever seen
@Codemycom3 жыл бұрын
Hey thanks!
@SmileyJack.2 жыл бұрын
12:42 Didn't watch this part and spent hours troubleshooting the form - had POST, had changes in Payload (Chrome Inspector), but no changes in the DB because I didn't save().
@seeemawn2 жыл бұрын
I have purchased a membership. Consider this as a thank you for the video rows you have published for free.
@Codemycom2 жыл бұрын
Awesome...appreciate it!
@Zep-Floyd2 жыл бұрын
Thank you so much, I was having a headache trying to update an user on my project. You're awesome!
@Codemycom2 жыл бұрын
Glad you got it sorted out!
@plusk3433 жыл бұрын
You've got some real positive energy 😁
@Codemycom3 жыл бұрын
lol thanks
@kobilovilkhomjon95023 жыл бұрын
Man thanks a lot, this video could've saved me hours if I found this first. I had a problem with the instance only, all good!
@salmanalsaffar80403 жыл бұрын
If I made my website and the styling is from bootstrap wont they hit me with a copyright?
@Codemycom3 жыл бұрын
lol no, bootstrap is open source and it was made for people to use in this way. That's why it exists.
@salmanalsaffar80403 жыл бұрын
@@Codemycom ooh I've been wasting my time making my own css style, thanks for your reply.
@omidelahi83112 жыл бұрын
I have a problem with Update btn, its not working and dosent save any changes!! Django version 4.0.3 Im writing my code step by step like video! but its seems some of codes needs to change in this version of Django
@Codemycom2 жыл бұрын
No, it has nothing to do what the version of Django, you just typed something wrong. You'll have to rewatch the videos and check your code for whatever error you made.
@H0ldThat Жыл бұрын
hey, what would I need to change in order to edit a form on the same page as the Update button, instead of having to go to a whole new page after clicking the Update button?
@xanderkaufman51623 жыл бұрын
I can't wait... This was a very much needed video for my project in school. Thank you. Now I just need to do delete.
@Codemycom3 жыл бұрын
coming soon :-)
@setelekoanetsehlahali94082 жыл бұрын
great session thanks. a bit struggling with the update link in not being able to execute as an url..the code is as you have written but i get an error looking like this " The current path, % url 'update-venue' venue.id %, didn’t match any of these " please help
@mediacatalyst10942 жыл бұрын
Add your curly braces {% %}
@TheLKStar Жыл бұрын
I'm using a more complex custom form that encompasses a few models with foreignkey relations, so that simple "instance" line doesn't apply, at least not that way
@Codemycom Жыл бұрын
So you're saying that you're doing something completely different, and therefore someone in this video doesn't work for you? Weird lol
@marnissimahjoub6687 Жыл бұрын
if a delete the condition 'form.is_valid()' the error show ''venueform' object has no attribute 'cleaned_data''
@deki90to3 жыл бұрын
Like. Great as always. One quick question. Will you make videos that about react or angular or anything like that?
@Codemycom3 жыл бұрын
You never know, but js isn't my thing
@saimadhuripadarthi504 Жыл бұрын
I am geeting an error "tuple has no attribute get" how to solve that
@hereigosammy10383 жыл бұрын
will you be doing more in this series?
@Codemycom3 жыл бұрын
Yes soon
@seforaabigail67042 жыл бұрын
Thank u! Your video are very helpful!
@Codemycom2 жыл бұрын
Glad you enjoyed it!
@bieberbalazs6826 Жыл бұрын
Great video. I a m learning fast and easy from your tutorial. You are explaining it properly. I have a Question. If i work with a lots of data there is any point to use API or Django can handled it by itself? Does Django become slower if needs to handdle lots of data?
@Codemycom Жыл бұрын
Not sure what you mean by "use API". Data is data, it doesn't really matter what volume of data it is.
@nagendranfriends31533 жыл бұрын
How to make custom Registration and how to change the default USENAME feild while Login
@MOVIEKICKS2 жыл бұрын
Does this work if primary key "id" is set to auto_increment?
@Codemycom2 жыл бұрын
all primary keys auto_increment by default..so..yeah
@marnissimahjoub6687 Жыл бұрын
form.is_valid() return false every time and i can't save the update date
@Codemycom Жыл бұрын
what did you do differently from the video?
@sipiyama72272 жыл бұрын
Matur suwun
@sako48223 жыл бұрын
Thank you so much.
@romeomabulana82683 жыл бұрын
Your the best, anyway how do you pull integers from database so you can add or multiply with another int value. It gives me a TypeError
@Codemycom3 жыл бұрын
it might be pulling them as strings. Simply wrap them in an int() function.
@palomalimeira3 жыл бұрын
And what if I want to edit a single field instead of the whole form? I got stuck on this 😅
@Codemycom3 жыл бұрын
Nothing changes...just update whatever single field you want and leave the rest as they are
@sidrafik78713 жыл бұрын
Great 💥🔥
@Codemycom3 жыл бұрын
Thanks!
@ismailjebari2072 жыл бұрын
Thank you very much for this video, if possible a tutorial for uploading data from a single xls file in several models django.
@mawkuri54963 жыл бұрын
hey man, can you make a video tutorial on how to configure django to get or upload images on a different server.. like if your website is accepting image upload from users
@Codemycom3 жыл бұрын
I've done that on another django blog playlist I have
@steal7389 Жыл бұрын
Excellent video! Youre the fucki** best on da world
@Codemycom Жыл бұрын
thanks!
@Waldi-sb8ep3 жыл бұрын
It was great but wasn't that the long I guess you can just import UpdateView and will do the job ? !!
@Codemycom3 жыл бұрын
no, you need everything from the video to make it work.
@Waldi-sb8ep3 жыл бұрын
@@Codemycom get it
@superduper9113 жыл бұрын
👍
@Codemycom3 жыл бұрын
:-)
@marnissimahjoub6687 Жыл бұрын
i did like all video excepet modify the admin area