Update and Edit Venues - Django Wednesdays #10

  Рет қаралды 38,190

Codemy.com

Codemy.com

Күн бұрын

Пікірлер
@Codemycom
@Codemycom 3 жыл бұрын
▶️ 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
@rishabs9835
@rishabs9835 2 жыл бұрын
I have spent 3+ hours looking for exactly this information, cannot express my relief and happiness to find this video enough.
@Codemycom
@Codemycom 2 жыл бұрын
Happy to help!
@exoZelia
@exoZelia Жыл бұрын
You're the best source of django tutorials for sure
@Codemycom
@Codemycom Жыл бұрын
Thanks! Tell your friends!
@Toolie-u9w
@Toolie-u9w 3 жыл бұрын
You are the best programming teacher I've ever seen
@Codemycom
@Codemycom 3 жыл бұрын
Hey thanks!
@SmileyJack.
@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().
@seeemawn
@seeemawn 2 жыл бұрын
I have purchased a membership. Consider this as a thank you for the video rows you have published for free.
@Codemycom
@Codemycom 2 жыл бұрын
Awesome...appreciate it!
@Zep-Floyd
@Zep-Floyd 2 жыл бұрын
Thank you so much, I was having a headache trying to update an user on my project. You're awesome!
@Codemycom
@Codemycom 2 жыл бұрын
Glad you got it sorted out!
@plusk343
@plusk343 3 жыл бұрын
You've got some real positive energy 😁
@Codemycom
@Codemycom 3 жыл бұрын
lol thanks
@kobilovilkhomjon9502
@kobilovilkhomjon9502 3 жыл бұрын
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!
@salmanalsaffar8040
@salmanalsaffar8040 3 жыл бұрын
If I made my website and the styling is from bootstrap wont they hit me with a copyright?
@Codemycom
@Codemycom 3 жыл бұрын
lol no, bootstrap is open source and it was made for people to use in this way. That's why it exists.
@salmanalsaffar8040
@salmanalsaffar8040 3 жыл бұрын
@@Codemycom ooh I've been wasting my time making my own css style, thanks for your reply.
@omidelahi8311
@omidelahi8311 2 жыл бұрын
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
@Codemycom
@Codemycom 2 жыл бұрын
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
@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?
@xanderkaufman5162
@xanderkaufman5162 3 жыл бұрын
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.
@Codemycom
@Codemycom 3 жыл бұрын
coming soon :-)
@setelekoanetsehlahali9408
@setelekoanetsehlahali9408 2 жыл бұрын
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
@mediacatalyst1094
@mediacatalyst1094 2 жыл бұрын
Add your curly braces {% %}
@TheLKStar
@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
@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
@marnissimahjoub6687 Жыл бұрын
if a delete the condition 'form.is_valid()' the error show ''venueform' object has no attribute 'cleaned_data''
@deki90to
@deki90to 3 жыл бұрын
Like. Great as always. One quick question. Will you make videos that about react or angular or anything like that?
@Codemycom
@Codemycom 3 жыл бұрын
You never know, but js isn't my thing
@saimadhuripadarthi504
@saimadhuripadarthi504 Жыл бұрын
I am geeting an error "tuple has no attribute get" how to solve that
@hereigosammy1038
@hereigosammy1038 3 жыл бұрын
will you be doing more in this series?
@Codemycom
@Codemycom 3 жыл бұрын
Yes soon
@seforaabigail6704
@seforaabigail6704 2 жыл бұрын
Thank u! Your video are very helpful!
@Codemycom
@Codemycom 2 жыл бұрын
Glad you enjoyed it!
@bieberbalazs6826
@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
@Codemycom Жыл бұрын
Not sure what you mean by "use API". Data is data, it doesn't really matter what volume of data it is.
@nagendranfriends3153
@nagendranfriends3153 3 жыл бұрын
How to make custom Registration and how to change the default USENAME feild while Login
@MOVIEKICKS
@MOVIEKICKS 2 жыл бұрын
Does this work if primary key "id" is set to auto_increment?
@Codemycom
@Codemycom 2 жыл бұрын
all primary keys auto_increment by default..so..yeah
@marnissimahjoub6687
@marnissimahjoub6687 Жыл бұрын
form.is_valid() return false every time and i can't save the update date
@Codemycom
@Codemycom Жыл бұрын
what did you do differently from the video?
@sipiyama7227
@sipiyama7227 2 жыл бұрын
Matur suwun
@sako4822
@sako4822 3 жыл бұрын
Thank you so much.
@romeomabulana8268
@romeomabulana8268 3 жыл бұрын
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
@Codemycom
@Codemycom 3 жыл бұрын
it might be pulling them as strings. Simply wrap them in an int() function.
@palomalimeira
@palomalimeira 3 жыл бұрын
And what if I want to edit a single field instead of the whole form? I got stuck on this 😅
@Codemycom
@Codemycom 3 жыл бұрын
Nothing changes...just update whatever single field you want and leave the rest as they are
@sidrafik7871
@sidrafik7871 3 жыл бұрын
Great 💥🔥
@Codemycom
@Codemycom 3 жыл бұрын
Thanks!
@ismailjebari207
@ismailjebari207 2 жыл бұрын
Thank you very much for this video, if possible a tutorial for uploading data from a single xls file in several models django.
@mawkuri5496
@mawkuri5496 3 жыл бұрын
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
@Codemycom
@Codemycom 3 жыл бұрын
I've done that on another django blog playlist I have
@steal7389
@steal7389 Жыл бұрын
Excellent video! Youre the fucki** best on da world
@Codemycom
@Codemycom Жыл бұрын
thanks!
@Waldi-sb8ep
@Waldi-sb8ep 3 жыл бұрын
It was great but wasn't that the long I guess you can just import UpdateView and will do the job ? !!
@Codemycom
@Codemycom 3 жыл бұрын
no, you need everything from the video to make it work.
@Waldi-sb8ep
@Waldi-sb8ep 3 жыл бұрын
@@Codemycom get it
@superduper911
@superduper911 3 жыл бұрын
👍
@Codemycom
@Codemycom 3 жыл бұрын
:-)
@marnissimahjoub6687
@marnissimahjoub6687 Жыл бұрын
i did like all video excepet modify the admin area
@learnwithnawf246
@learnwithnawf246 3 жыл бұрын
:-)cheers
@Codemycom
@Codemycom 3 жыл бұрын
Cheers!
@НурболотТопчубаев-о6п
@НурболотТопчубаев-о6п 2 жыл бұрын
thome
@arunkumarc7838
@arunkumarc7838 3 жыл бұрын
2nd comment
@Codemycom
@Codemycom 3 жыл бұрын
Nice!
Create An Add Event Page - Django Wednesdays #11
16:42
Codemy.com
Рет қаралды 19 М.
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 62 МЛН
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 62 МЛН
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН
Create A Search Bar - Django Wednesdays #9
17:04
Codemy.com
Рет қаралды 100 М.
Pagination For Django - Django Wednesdays #18
18:53
Codemy.com
Рет қаралды 43 М.
Django & HTMX - Dynamic Form Creation and Submission
24:36
BugBytes
Рет қаралды 32 М.
Add Venue Owner - Django Wednesdays #29
11:26
Codemy.com
Рет қаралды 6 М.
The New dialog HTML Element Changes Modals Forever
12:09
Web Dev Simplified
Рет қаралды 596 М.
Dependency Injection, The Best Pattern
13:16
CodeAesthetic
Рет қаралды 904 М.
Python Django Forms tutorial
26:54
Dave Gray
Рет қаралды 14 М.
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 62 МЛН