Piko Can Fly

Piko Can Fly

I love experimenting and learning new things. On this channel, I share coding tutorials, tips and adventures!
I hope you like it here!


Пікірлер

  • @kaiparado
    @kaiparadoКүн бұрын

    Nice project, thank you

  • @lalfon360
    @lalfon3602 күн бұрын

    Amazing video!, super helpful and well explained

  • @PikoCanFly
    @PikoCanFly2 күн бұрын

    Thank you so very much! 😊

  • @DanielMartinez-we1lr
    @DanielMartinez-we1lr2 күн бұрын

    Thank you mush Piko your video help me to understand the process of backend in Django and frontend in React, but I have question regarding the the forms, login and register is necessary to use CSFT to avoid vulnerabilities or only using JWS. I other words we need to protect the forms. Thank you again for your explanation : ) <3

  • @PikoCanFly
    @PikoCanFly2 күн бұрын

    Hello, thank you for you comment. I am glad my video helped. Incorporating CSRF protection is indeed important. One common approach is to use CSRF tokens in your React application and include them in the headers of your requests to the Django backend. Django provides a view (django.middleware.csrf.get_token) that you can use to retrieve the CSRF token. You can read more about that in Django's Official Docs: docs.djangoproject.com/en/5.0/ref/csrf/

  • @purplegappleyt
    @purplegappleyt5 күн бұрын

    The video was great, But I got 1 question, how do I open the links that open in a new tab?

  • @PikoCanFly
    @PikoCanFly3 күн бұрын

    Hello, glad you enjoyed the video. If you want the option to open links in a new tab then you would have to code this functionality.

  • @hernanescudero6620
    @hernanescudero66206 күн бұрын

    I found your channel on reddit. It's pure gold

  • @PikoCanFly
    @PikoCanFly5 күн бұрын

    Thank you very much!

  • @alexdin1565
    @alexdin15657 күн бұрын

    thats amazing please can you add a video on how we can deploy this on server?

  • @PikoCanFly
    @PikoCanFly5 күн бұрын

    Thank you! I am considering making videos on deployment at some point in the future - I have a long to do list though so fingers crossed 😅

  • @shubhamranjan4596
    @shubhamranjan45967 күн бұрын

    can I get ur api endpoints so I can use it mam?

  • @PikoCanFly
    @PikoCanFly3 күн бұрын

    Hi, the routes are defined in urls.py.

  • @Studio-dy9kh
    @Studio-dy9kh8 күн бұрын

    Great work! Thank you!!!!!! Now you've got a new subscriber!

  • @user-cf1nb4do4d
    @user-cf1nb4do4d9 күн бұрын

    Will the timer work even if app is minmized

  • @PikoCanFly
    @PikoCanFly9 күн бұрын

    Yes

  • @BayarbaatarGonChigsuren
    @BayarbaatarGonChigsuren11 күн бұрын

    Thank you for this tutorial! It helps me lot. By the way When I entered password_reset it keeps django administration, then I can't move forward. Is there any help with it? 127.0.0.1:8000/accounts/password_reset/

  • @kaiparado
    @kaiparado12 күн бұрын

    Thank you for share your time/knowledge with us, God bless you

  • @zensumarai
    @zensumarai12 күн бұрын

    hy pico i am here your subs

  • @santoshkumardas5564
    @santoshkumardas556413 күн бұрын

    Hey Piko, I am in love with your sweet voice

  • @kylec.5476
    @kylec.547614 күн бұрын

    this was actually quite helpful. thanks!

  • @kylec.5476
    @kylec.547614 күн бұрын

    stop talking with a phone sex operator's voice, and maybe I could sit through one of your videos

  • @rangabharath4253
    @rangabharath425315 күн бұрын

    awesome 🙂

  • @Lets_code_together_
    @Lets_code_together_15 күн бұрын

    Hey ms.Piko please go a head to create django playlist and your voice is damn cool and i think you attracting leaners with your voice

  • @Catiey
    @Catiey17 күн бұрын

    Can you create more advance with more feature please.. Replay 😢

  • @PikoCanFly
    @PikoCanFly16 күн бұрын

    Hello thank you for your comment. If I have time, I will do that. However, I would like to encourage you to experiment with the code and see if you can add features. Have fun! 🙂

  • @coff3andprograming
    @coff3andprograming18 күн бұрын

    Would be great if you could release intermediate and advanced videos on Django Rest Framework and ReactJS. By the way, I liked your channel.

  • @Lateshspinxter
    @Lateshspinxter20 күн бұрын

    Hello i'm George had a little trouble with sending the password email can you assist

  • @PikoCanFly
    @PikoCanFly19 күн бұрын

    Hello George, Without details about the errors you're getting I can't know the exact the problem. However, I would make sure your Django email settings are properly configured to utilize the SMTP server provided by your email service provider (configuration varies from provider to provider). This involves specifying the correct SMTP host, port, authentication details, username, and password. I hope that helps.

  • @friendlyalien-jo3ys
    @friendlyalien-jo3ys20 күн бұрын

    Wow! I had no idea that this was an option! Thank you for this! Very useful!

  • @PikoCanFly
    @PikoCanFly20 күн бұрын

    Thanks for the kind words! 🙂

  • @byronhayes519
    @byronhayes51921 күн бұрын

    Hello, thanks for the awesome video. I am getting an error during template rendering when i try to register a user. django.urls.exceptions.NoReverseMatch: Reverse for 'activate' with keyword arguments '{'uidb64': '', 'token': 'c63f4k-9513de088b89a2ed3c0e462dad785146'}' not found. Any advice on how to fix this? Thank you

  • @PikoCanFly
    @PikoCanFly21 күн бұрын

    Hello, Try to double-check that the values you're passing for uidb64 and token are correct and valid. It seems like the uidb64 value is empty in your error message, which might indicate an issue with generating or passing this value. I hope that helps. :)

  • @user-pd9lz7qi1b
    @user-pd9lz7qi1b21 күн бұрын

    Love this possibility, thanks👍

  • @PikoCanFly
    @PikoCanFly21 күн бұрын

    Glad it helped! 😊

  • @allanbakwanamaha2998
    @allanbakwanamaha299821 күн бұрын

    This helped me a lot and not until I learnt how to import and export data. Very helpful, love from Uganda

  • @PikoCanFly
    @PikoCanFly21 күн бұрын

    So glad it was helpful! 😊

  • @MarcoBustos-oe1bv
    @MarcoBustos-oe1bv22 күн бұрын

    Thanks for your teaching, for your sweet voice, I love hear you...

  • @kristijanstojanovski5195
    @kristijanstojanovski519522 күн бұрын

    These videos are quite nice and serve as a great guidance! However it would be amazing if you could also give short explanations on what's happening in the background and shed light on some of the in-built DRF functionalities to make everything a bit clearer! Keep up the good work! :)

  • @PikoCanFly
    @PikoCanFly22 күн бұрын

    Hello, 👋 I hope you find this video useful. I decided to record it last night while working on a project that required me to run migrations very often. I'd love to hear about the custom commands you've implemented in your workflow as well. 😊

  • @zensumarai
    @zensumarai22 күн бұрын

    your voice is amazing

  • @aswoo-xk3en
    @aswoo-xk3en22 күн бұрын

    Nice content, plz create the video on custom user model(abstractuser) include additional fields, with custom authentication(email) used in real world project cover all the points from manager, model, forms, admin, views, template thanks

  • @PikoCanFly
    @PikoCanFly22 күн бұрын

    Great idea! Added to my to do list. :)

  • @karatosun8065
    @karatosun806527 күн бұрын

    Hallo sexy❤

  • @HAverroes
    @HAverroes27 күн бұрын

    Awesome! ❤

  • @PikoCanFly
    @PikoCanFly27 күн бұрын

    Thank you!

  • @user-xz2hg3rq6o
    @user-xz2hg3rq6o29 күн бұрын

    вау спасибо большое, я нашел то что нужно)))

  • @jeromekm4479
    @jeromekm4479Ай бұрын

    I subscribed as soon as she taught me how to open vs code from cmd

  • @MarcoBustos-oe1bv
    @MarcoBustos-oe1bvАй бұрын

    I would like you publish more videos about django, you helped me with another videos...thanks very much. Greetings from Arica, CL ❤

  • @PikoCanFly
    @PikoCanFlyАй бұрын

    Very happy to hear the videos helped! 😃 Thank you for your encouraging comment! 😊

  • @Sai-vp7mv
    @Sai-vp7mvАй бұрын

    Mam increase your code font size

  • @PikoCanFly
    @PikoCanFlyАй бұрын

    Will do for future videos 😊

  • @codedjango
    @codedjangoАй бұрын

    Amazzzing....thank you so much

  • @PikoCanFly
    @PikoCanFlyАй бұрын

    I am so glad you like it! 😊

  • @mahendranath2504
    @mahendranath2504Ай бұрын

    wow, thank you so much you earned a subscriber and I liked your video as well

  • @PikoCanFly
    @PikoCanFlyАй бұрын

    Thank you! :)

  • @vigneshs6232
    @vigneshs6232Ай бұрын

    Simple and Crisp...Keep doing more videos like this...

  • @PikoCanFly
    @PikoCanFlyАй бұрын

    Thank you 🙂

  • @rec-trick
    @rec-trickАй бұрын

    please videos for django ninja with auth and permissions

  • @kokomugi
    @kokomugiАй бұрын

    Thanks Piko, learned a lot about Electronjs while following this tutorial

  • @PikoCanFly
    @PikoCanFlyАй бұрын

    Great to hear!

  • @AkeabMesfin
    @AkeabMesfinАй бұрын

    thanks! very much you dont know how much this video saved me!

  • @PikoCanFly
    @PikoCanFlyАй бұрын

    I am so happy to hear it helped. 😀

  • @51_swayampatil23
    @51_swayampatil23Ай бұрын

    css is not working when i run the server i have tried ur source as well pls recommend some solution(im begineer)

  • @PikoCanFly
    @PikoCanFlyАй бұрын

    Sometimes changes are not immediately reflected due to browser caching. Try clearing your browser cache or reloading the page with a hard refresh. I hope that helps.

  • @mayuinc
    @mayuincАй бұрын

    Good job

  • @M.I.S
    @M.I.SАй бұрын

    NIce!

  • @M.I.S
    @M.I.SАй бұрын

    thanks!

  • @M.I.S
    @M.I.SАй бұрын

    very GOOd!

  • @M.I.S
    @M.I.SАй бұрын

    thankU!

  • @shikamar.u
    @shikamar.uАй бұрын

    I cannot thank you enough. Just started preparing for a technical interview and this will be useful!

  • @PikoCanFly
    @PikoCanFlyАй бұрын

    Glad you found it useful! Best of luck with you interview! 🤞

  • @athanadrian
    @athanadrianАй бұрын

    Amazing job++ Tnx a lot for the up-to-date electron. Are you thinking of creating a react-electron video implementing navigation and db (sqlite, or any kind). It would be more than perfect.

  • @PikoCanFly
    @PikoCanFlyАй бұрын

    I am so happy you liked the guide! Regarding your question, absolutely! I'm considering creating a video to delve deeper into these topics sometime in the future. :)

  • @markogles3483
    @markogles3483Ай бұрын

    I'm getting an Exception Value: super() argument 1 must be a type, not str when registering a user. Can you help?

  • @PikoCanFly
    @PikoCanFlyАй бұрын

    Hi, if I were you I would recheck my super() call in forms.py If you have followed the tutorial, it should look like this: user=super(RegistrationForm, self).save(commit=False) I hope that helps :)

  • @markogles3483
    @markogles3483Ай бұрын

    I apologize . I should have sent the exception location in the first email.