To do List Django Project Tutorial
23:57
Пікірлер
@rickbgove
@rickbgove 12 күн бұрын
Great! Thank you so much
@devtommie114
@devtommie114 Ай бұрын
Hi, are you able to provide steps to correct the input fields only allowing one key at a time? I'm having same issue as well. Thanks in advance
@earlgrey8611
@earlgrey8611 2 ай бұрын
The API docs claim that after accepting the login they will redirect you with query pairs with the code and the state, which you then double check and then make another API call to finally get the access token. When I do it, I immediatley get the access token without this intermediate step. Very odd, not sure what I'm missing.
@BuTTerJaFFaS
@BuTTerJaFFaS 3 ай бұрын
this video is a GOD SEND!!!!!!!!!!!!!!!!!!!!!!!!!!!! Thanks!
@iosbloodz9622
@iosbloodz9622 3 ай бұрын
even though its an old video it still worked perfectly for you?
@iosbloodz9622
@iosbloodz9622 3 ай бұрын
ive been meaning to try it
@BuTTerJaFFaS
@BuTTerJaFFaS 3 ай бұрын
@@iosbloodz9622 yup
@alihejazi2013
@alihejazi2013 4 ай бұрын
Thank you, this was really helpful!
@nexttoken6179
@nexttoken6179 7 ай бұрын
at 1:05 i like to think that Scottish Coder considers who he is at that very moment, and is at peace with himself
@Ryanryanryan457
@Ryanryanryan457 9 ай бұрын
Using same code, I constantly keep receiving a code back in the url instead of an accessToken or refreshToken. So frustrating, anybody have any clue why?
@BuTTerJaFFaS
@BuTTerJaFFaS 3 ай бұрын
That’s supposed to happen, you need to extract the tokens from the url and store them I believe.
@user-yx3lx7xe6o
@user-yx3lx7xe6o 9 ай бұрын
hello i dont see install the providers
@dhruv7005
@dhruv7005 10 ай бұрын
why I'm facing this error please explain to me ERROR: Failed to fetch TypeError: Failed to fetch at handleSubmit (localhost:3000/static/js/bundle.js:1833:26)
@asynytskyy3580
@asynytskyy3580 10 ай бұрын
not working for me
@doronsayar1587
@doronsayar1587 11 ай бұрын
Sorry but I was expecting you to start singing "I will run five hundred miles" any second!! :)
@werf_64
@werf_64 11 ай бұрын
Fantastic tutorial thank you so much your a life saver! Tutorial was so good I just had to subscribe keep it up mate!
@kasirbarati3336
@kasirbarati3336 Жыл бұрын
next time please zoom, it is supper hard to read what you are writing and following you. Also ACL is deprecated.
@namesare4fools
@namesare4fools Жыл бұрын
Hi, your video is great, but its going to be better if you could zoom the vscode to make the text bigger
@user-tg5bx7te6o
@user-tg5bx7te6o Жыл бұрын
can i get code for this
@catarinasarmento8559
@catarinasarmento8559 Жыл бұрын
This tutorial was amazing! thank you so much for your talent, just perfect!
@gabrielacaeirotopa9544
@gabrielacaeirotopa9544 Жыл бұрын
Thank you!! Had been struggling to set it up for hours!🥰🥰
@IndiaIntroductionChannel
@IndiaIntroductionChannel Жыл бұрын
Thank you Sir.
@ashmitsachan2795
@ashmitsachan2795 Жыл бұрын
That's a good start but what will you do if a website just throws a loading page at you on the first impression and then it loads the dummy page using XHR Request, then proceeds to do multiple XHR request that fill thge page with data... How will you scrape such a website??
@OGKix
@OGKix Жыл бұрын
Thank you!!
@ajaydholia6220
@ajaydholia6220 Жыл бұрын
hey sir i have a doubt about not getting any response from the aws bucket can you resolve this like am not getting any response of data nor any error from s3 side
@georgi_nicula
@georgi_nicula Жыл бұрын
Very useful tutorial! Thank you for sharing!
@edboss36
@edboss36 Жыл бұрын
Hi mate, for a social media app would it be a good idea to render all the comments of a post inside a modal (so it's like a seperate pop up window) or is there a better way to do it?
@youneshenni5417
@youneshenni5417 Жыл бұрын
we cant see anything. Increase the font!!!
@devcoder6326
@devcoder6326 Жыл бұрын
Thanks man!
@numanarif2597
@numanarif2597 Жыл бұрын
Awesome, could you please make a video about structuring folder in react. Some pattern like MVC etc. Thanks
@junjunrad
@junjunrad Жыл бұрын
Thank you so much for posting! Following along was SO helpful. I've been struggling a bit with some of the Spotify API set up and this helped me to take flight :)
@vtorres02
@vtorres02 Жыл бұрын
Really clear, thanks 👍
@teezy8129
@teezy8129 Жыл бұрын
Hey, everything is working in the localhost but, when I upload it to my web hosting provider, the email doesn't go through and is stuck on send. I feel like it has something to do with the fetch and listen to localhost:5000 in both the server.js and ContactForm.js. How do you get around this and make it so that it works in the production environment as well when I host it on my website?
@petem1737
@petem1737 Жыл бұрын
Where can I get a copy of your wallpaper pls?
@scottishcoder281
@scottishcoder281 Жыл бұрын
Hey its one of the dynamic desktops on ios 12
@riantopera
@riantopera Жыл бұрын
Thank you so much man! It helped a lot! I had some problems with the "SetNowPlaying" function because it was said "res is not defined", so i made some changes and it worked :)
@scottishcoder281
@scottishcoder281 Жыл бұрын
Glad you found it useful!
@hercules.mazucato
@hercules.mazucato Жыл бұрын
Thank you! For anyone who is looking for the lambda code: import json def lambda_handler(event, context): body = { "input": event } response = {"statusCode": 200, "body": json.dumps(body)} return response
@matthewigbinehi1610
@matthewigbinehi1610 4 ай бұрын
Thank you for this helpful video. Can you please push this code to a github repository? It would be helpful to me and others
@alejandromartinezramirez3312
@alejandromartinezramirez3312 Жыл бұрын
Could you please give us an example of a drawer with mui 5?
@scottishcoder281
@scottishcoder281 Жыл бұрын
Yeah I will make anotger video for this !
@alejandromartinezramirez3312
@alejandromartinezramirez3312 Жыл бұрын
@@scottishcoder281 is it diferent mui 4 between mui 4+
@AryanBakliwal
@AryanBakliwal Жыл бұрын
helped a lot!
@carlosl-f2433
@carlosl-f2433 Жыл бұрын
Your sound is off for a lot of the video...still followed but wanted you to know
@scottishcoder281
@scottishcoder281 Жыл бұрын
Thanks for letting me know, I'm not sure why this is I'll try to re-record at some point!
@carlosl-f2433
@carlosl-f2433 Жыл бұрын
@@scottishcoder281 good video by the way...any chance of getting a "global state" or useSWR so one can and Im guessing here save info that I am pulling from the API (long and lat for example) so that another component can use the same IP information....not sure if that's possible but Im stuck trying to do that. I'm trying to expand on this project a bit with a spinning globe etc so will need the same API info to pass to there....anyway. Thanx
@bitcode_
@bitcode_ Жыл бұрын
zoom in please :)
@scottishcoder281
@scottishcoder281 Жыл бұрын
Sorry I will zoom in further for future videos. You should be able to find the code in the github repo but let me know if antrhing isn't clear!
@franklin363
@franklin363 Жыл бұрын
Pᵣₒmₒˢᵐ 👏
@Osgood913
@Osgood913 Жыл бұрын
thanks for this video
@scottishcoder281
@scottishcoder281 Жыл бұрын
Glad you found it useful!
@rararza1224
@rararza1224 Жыл бұрын
too hard for me for now XD
@scottishcoder281
@scottishcoder281 Жыл бұрын
Let me know if I can help
@kellyblaze6259
@kellyblaze6259 Жыл бұрын
Thanks you so much, I’ve been trying to provision s3 with terraform
@gknsmsk
@gknsmsk Жыл бұрын
great work thanks
@NPDebs
@NPDebs Жыл бұрын
You make Django look easy. Thank you so much! 🤧 New subscriber, anticipating more uploads! 🙂🤸🏽‍♀️
@oyewoledavid4912
@oyewoledavid4912 Жыл бұрын
I see you 👀 Tech sis agba 🙌🏼🙌🏼
@NPDebs
@NPDebs Жыл бұрын
@@oyewoledavid4912 😂😂 I see you too, Senior dev! 🙌🏼🙌🏼
@jjrock9916
@jjrock9916 2 жыл бұрын
Awesome skills! thank you just made my day!
@danielmarques4997
@danielmarques4997 2 жыл бұрын
Nice video bro help me a lot!
@dailymeow3283
@dailymeow3283 2 жыл бұрын
Awesome
@ourandy
@ourandy 2 жыл бұрын
Great video lad! Helped me a lot.
@sagarjain9203
@sagarjain9203 2 жыл бұрын
Great bro..... Lots of love from india.. keep doing.. m ur supporter
@babajideokeowo6874
@babajideokeowo6874 2 жыл бұрын
thank u. it's so helpful
@jaysistar2711
@jaysistar2711 2 жыл бұрын
This video saved me quite a bit of time. Thanks!
@david13guet
@david13guet 2 жыл бұрын
Hi mate! Can you share the code of -> Django tutorial - sending email in gmail from HTML contact form ?? Thanks!