man, its several years passed after beginning, glad to to see ur video in recomendations, hope ure fine, thank you for guides
@ntcc28217 ай бұрын
wow you explain so well ......thank you
@neerajpal36648 ай бұрын
@wolfie874810 ай бұрын
very true
@moviesandcartoons479 Жыл бұрын
I'm using postman to test my app. From there using form-data I will enter key one name and mention type is file. Values I will upload a file. How to get that key and value in the django app to perform operations on that file and resend the JSON response of that operation output.
@СлаваГутковский Жыл бұрын
Thank you Max, you are my savior, I was trying to find info about serving images in rest for so long, and finally i found this video, I appreciate you a lot.
@ninezerofive Жыл бұрын
YOU BEAUTIFUL BASTARD! Cheers
@CSE-AshikAhamedP Жыл бұрын
I have a json huge code but how to get URL path
@CaptWindShear Жыл бұрын
0:27 LOL! You can say that again! Thanks for the video.
@DevoutJourney Жыл бұрын
So if I create a feature branch from develop branch when I push, instead of using origin, I push to develop? I think I get it
@randomvideosvietnam Жыл бұрын
it's work for me! thank you so much!
@Mr_Reb3llion Жыл бұрын
Amazing, thank you!
@venkata.krishnan Жыл бұрын
Thank you so much Max, you are my Django guru...
@akhilezai Жыл бұрын
Where have you been?
@india_krishna2 жыл бұрын
Hello sir, nice to meet you. You're explaining really very nice. Thank you!
@copdatchoppa2 жыл бұрын
my boy looking like Sid from Ice Age in the thumb nail
@antfirmin2 жыл бұрын
Just been trying this out and it appears that google now needs you have an account and set up billing to access their maps api's which is unfortunate -> API Status: REQUEST_DENIED Great video though and was able to understand it all.
@kentharris74272 жыл бұрын
Thank you for your video. What I noticed is that asctime must be pulling from the computers RTC (Real Time Clock) since the time is showing my local time zone.
@শিরোনাম-SHIRONAM2 жыл бұрын
thanks for helpful video
@ruthvikyerra20072 жыл бұрын
what is the use of models.model
@BiprajitKarmakar2 жыл бұрын
Damn, Your Face is disturbing
@sammathew822 жыл бұрын
Great Tutorial!!!
@hazee1462 жыл бұрын
Thanks! Now I can manage multiple envs' configs way easier!
@johnmclaughlin99712 жыл бұрын
lines 20 and 21 should NOT be in the else otherwise none of the validation errors will get passed back. In fact in the case where validation fails there will be an error because the view will not be return a HttpResponse. So it should be: else: form = RegistrationForm() # Crucial that this is not in the else, because not only do these lines # render the form in the case of a GET, but they also pick up validation errors # in the case where 'is_valid' returns false, where 'form' # now contains all the validation errors args = {'form': form} return render(request, 'playground/reg_form.html', args)
@MagnusAnand2 жыл бұрын
dude, where are you?
@Anieyoo2 жыл бұрын
tutorial is great, but i still dont know how to run as production, it means that i has to in sh script while running change this django_settings_module yes?
@itsuki_death2 жыл бұрын
そして、頑張った先が子作りだったの草
@swordsimkid232 жыл бұрын
Thank you for the wonderful and in-depth tutorial
@alpacamybag91032 жыл бұрын
I found this really useful.. it's the little breakthroughs that keep me going!
@walsh6882 жыл бұрын
A real shame these videos don't show accepting friends' requests.
@adrianm.zapata66442 жыл бұрын
Thanks for your tutorial, very useful.. you look like an English Mr. robot
@naveenvaz99852 жыл бұрын
very good explainaton
@sivarajan002 жыл бұрын
Good tutorials and you look like jordi
@mahdytz2 жыл бұрын
Loved that 🥰
@tabmax222 жыл бұрын
so is the django admin page now the mysql database?
@joeflanagan3542 жыл бұрын
Well thankfully I came across your videos on here and this is my chance to get a good grasp of Python as you explain it so well so thank you.
@naturenerds5202 жыл бұрын
im getting a keyerror when trying to acces any key inside the json file
@japhethachimba1742 жыл бұрын
Hello bro can you add two times to get total time
@ItsMeAndru2 жыл бұрын
Man, I've searched so much for a simple explanation to this. Thank you very much! This was clear and easy.
@amaangigani93722 жыл бұрын
Get seems to be necessary for delete. Correct?
@harigopaladamus94812 жыл бұрын
bro it looks like you have zero clue about what you are talking about idoit
@julenxiri2 жыл бұрын
Still working on 4.0.4 version, and much easier than other methods. Nice 👍
@veto81722 жыл бұрын
what if i only want to display one post name and date but there is multiple in the database? please help
@gp73782 жыл бұрын
Midway though this video is where I get completely lost i the series. I wish you would explain the "create profile" function in greater detail.
@yobhaakman2 жыл бұрын
Just finished the whole series, for django 4.0 There are some slight differences in code, but it still all works! Thanks so much for all this educational content, I really learned a lot!
@blinks392 жыл бұрын
Dude thanks so much just spent 4 days trying to figure it out. My src was clearly not working that
@donaldduckquack20652 жыл бұрын
Thank you so much
@pavl3n2 жыл бұрын
That's an awfully low like count for the amount of views.
@flippp172 жыл бұрын
how you insert the email and the password befor matching !!!!!!!!!!!!!!!!!!!
@ethankoch77062 жыл бұрын
I know Django has changed a lot since this video was posted so is there a more modern way to do this or is this still the best way?
@daring74952 жыл бұрын
what if i didnt use the User model, but my own model. What do i put instead of request.user?