Django & React Payments with Stripe Checkout

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ม.ค. 2025

ความคิดเห็น • 17

  • @oussamaabouelfateh3216
    @oussamaabouelfateh3216 3 หลายเดือนก่อน +1

    Underated ! thanks so much for you help 2 years after and this is still helpful

  • @muralimanoharvarma4007
    @muralimanoharvarma4007 3 ปีที่แล้ว +2

    Dude seriously, your amazing man. I wish you a great journey in TH-cam.

  • @FloraSora
    @FloraSora ปีที่แล้ว +3

    We meet again. I've long since improved my JWT User Auth stuff in your Django/JS Tutorial. Now I'm working with React/Redux/Django and trying to get Stripe working. I know I'll still run into problems like in the other tutorials, but the fact that this tutorial is short is promising! And so far it does seem mostly simple--though I'm a little concerned as I'd rather not need to set-up any products on Stripe, and would rather do it all on my own products API and front-end UI. Guess we'll see how it works out!

  • @couldnt_handle_it
    @couldnt_handle_it 10 หลายเดือนก่อน

    Thank you, Bryan, for this tutorial. Loved it.

  • @raminesmzad1947
    @raminesmzad1947 8 หลายเดือนก่อน

    Your tutorials are great. Please publish regularly. 😊😊

  • @jsr7599
    @jsr7599 2 ปีที่แล้ว +1

    Keep making vids please. They are perfect for devs with experience that want to quickly learn new concepts. Thank you!
    Also do you have any video or series that includes cronjobs on django? If not I'd love to see something like that. Something similar to a user clicking a button that submits a process that takes a few minutes, so the UI "loads" that cronjob process until it finishes and then updates the UI.

  • @azizbekgulomov21
    @azizbekgulomov21 6 หลายเดือนก่อน

    Thanks bro for the best informations

  • @amaangigani9372
    @amaangigani9372 2 ปีที่แล้ว

    Hi can we deduct charges monthly with stripe? It's rarely shown anywhere but not specifically

  • @foysalahmed7779
    @foysalahmed7779 2 ปีที่แล้ว

    when i run npm start then i get white display.. could u please suggest me why do i get this??

  • @shazebhussaini8225
    @shazebhussaini8225 3 ปีที่แล้ว

    Nice tutorial, but i'm getting cors error after fixing the django setting file as well. Can you help?

  • @vaibhavboraganve7670
    @vaibhavboraganve7670 2 ปีที่แล้ว

    Hi brayn dunn, your videos are definitely helping for developers for learning. react and django have you did mobile otp authentication, if your planning do this type of autentication also

  • @codernerd7076
    @codernerd7076 2 ปีที่แล้ว

    Not sure what happened with you, but hope you are ok!

    • @bryanbrkic
      @bryanbrkic  2 ปีที่แล้ว +3

      Thank you, and ya I've been good! I have another e-commerce business that's been eating most of my time, but I'll be back to making videos pretty soon, especially since I learned lots of cool new things while I haven't been uploading that I will need to share aha

    • @codernerd7076
      @codernerd7076 2 ปีที่แล้ว

      @@bryanbrkic good to hear!

  • @nimish8775
    @nimish8775 2 ปีที่แล้ว +1

    The `request` argument must be an instance of `django.http.HttpRequest`, not `payments.views.StripeCheckoutView`. this is the error I'm getting, please provide solution to resolve it