Комментарии •

  • @analiceleite8636
    @analiceleite8636 Месяц назад

    amazing! thank u so much for the content

  • @shubhamgawali8030
    @shubhamgawali8030 3 года назад +4

    Bro, you are a life saver

    • @CodeBand
      @CodeBand 3 года назад +1

      Thanks a lot..😊

  • @diallomamadoudioulde8252
    @diallomamadoudioulde8252 4 года назад +2

    Thanks you a lot !

    • @CodeBand
      @CodeBand 4 года назад +2

      Welcome ...and keep supporting...:)

  • @codedjango
    @codedjango 4 года назад +1

    Awesome

    • @CodeBand
      @CodeBand 4 года назад +1

      Thank you and keep supporting.. :)

  • @tristanescaba5530
    @tristanescaba5530 4 года назад +1

    Great! Thanks

  • @indianmongoose
    @indianmongoose 3 года назад +2

    Hi Sir, Thank you for the tutorial.
    Our Django app (client side) use AJAX to get response from an external
    Server side. My question is what is considered the Server here? Is Django database the server here?

    • @CodeBand
      @CodeBand 3 года назад +1

      AJAX is used in conjunction with JS. (So, the client side is JS here...). We invoke our Django app. (server side) from there...

  • @OdewoleSegunFaithSuccess
    @OdewoleSegunFaithSuccess 3 года назад +1

    Bravo

    • @CodeBand
      @CodeBand 3 года назад +1

      😊

    • @OdewoleSegunFaithSuccess
      @OdewoleSegunFaithSuccess 3 года назад +1

      @@CodeBand hi codeband, how do I create a follow user or post like. Trying to create a mini social network with django.

    • @OdewoleSegunFaithSuccess
      @OdewoleSegunFaithSuccess 3 года назад +1

      How do I implement them. Something like Facebook like and Facebook follow.

    • @CodeBand
      @CodeBand 3 года назад +1

      @@OdewoleSegunFaithSuccess You can pretty much use the same pattern as I discussed in this video, the only thing changes is the logic.

    • @OdewoleSegunFaithSuccess
      @OdewoleSegunFaithSuccess 3 года назад +1

      @@CodeBand Your tutorials have been so helpful among a bunch of tutorials i find on youtube.
      Yes is is the logic i am talking of. Can you help me with the logic or do you have a recommended book for me to get. Thank you.

  • @shubhamgawali8030
    @shubhamgawali8030 3 года назад +2

    subscribed

    • @CodeBand
      @CodeBand 3 года назад +1

      Thanks a lot👍🏻

  • @shivamrohilla698
    @shivamrohilla698 3 года назад +1

    Awesome dude this is so simple, but can you please tell me, in my form i have image so how can i send image with ajax

    • @CodeBand
      @CodeBand 3 года назад +1

      For that, u just need to use FormData in JS

  • @Yda93
    @Yda93 3 года назад +1

    Thanks for the tutorial!
    Can you please show us how to validate the form through ajax.
    (knowing there might be multiple kind of errors of one field. Thanks again!

    • @CodeBand
      @CodeBand 3 года назад +1

      Glad to hear that...👍🏻As far as the form validations are concerned, there are a couple of options, you can use Django forms and validate and then return the form errors to the front end directly and modify them in JS OR modify in form.errors in the backend and send the response.
      Either way, good approach.

    • @Yda93
      @Yda93 3 года назад +1

      @@CodeBand Thanks for your prompt reply
      Lets say i have everything ready in forms .py i only need ajax to show these errors if form is invalid. Can you make a video of how to return these errors in ajax call.

    • @CodeBand
      @CodeBand 3 года назад +1

      @@Yda93 I will try to do a video, but still its very easy to implement, you have those validation errors, send it as json, and that's it!

  • @jasmeetpabla378
    @jasmeetpabla378 3 года назад +1

    I have a problem related to this concept. Can you help me?

    • @CodeBand
      @CodeBand 3 года назад +1

      Yeah, sure

  • @micahmustaham7461
    @micahmustaham7461 3 года назад +1

    can you help me with my problem?

    • @CodeBand
      @CodeBand 3 года назад +1

      Please post😊