How to implement an Ajax Search. Django Project Tutorial[19]

Поделиться
HTML-код
  • Опубликовано: 23 янв 2025

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

  • @shridharjadhav2792
    @shridharjadhav2792 2 года назад

    love your effort you just done keypoints in django that i was finding

  • @youssefhassoun8839
    @youssefhassoun8839 2 года назад +1

    Thanks for the video. why you didn't keep the dit button on the search ?

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

    Love your video! And please, have mercy on your keyboard keys :D

  • @jpcodes373
    @jpcodes373 2 года назад

    This is great. Thanks Cryce

  • @axelb.2006
    @axelb.2006 2 года назад +1

    Very interesting and quite easy to implement. Thanks.
    A question : how to get foreignkeys' values (set in __str__ in Models) instead of some IDs ?
    Thanks

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

    Thanks a lot man. But i have a question. I did that csrf_exempt, but still getting 403 error. How to solve this issue?

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

    i'm getting this error:JSON.parse: unexpected character at line 1 column 1 of the JSON data
    I guess my searchexpenses.js can´t find the data?

  • @dantedt3931
    @dantedt3931 4 года назад

    Truly nice work mate.Thanks for sharing!
    Subscribed.

  • @baxterstockman3353
    @baxterstockman3353 3 года назад

    Great tutorial! Cheers

  • @godfredessoun2813
    @godfredessoun2813 3 года назад

    Thanks a lot, man. But my only problem is that after the search, I also want the edit and delete links to appear.

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

    Where did you put the no-results class?

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

      I have the same question, do you found it .?

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

      You have to create you own div with the same class and display it it you the data is empty

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

    useful video, but takes too much time on my case, please share this code, i need a quick solution

  • @sherukhan
    @sherukhan 4 года назад

    U r amazing ❤️❤️

  • @ikechukwuezechimere
    @ikechukwuezechimere 4 года назад

    Boss how can we send a post request with the csrf token

  • @suhailbasith8320
    @suhailbasith8320 3 года назад

    How data is stored in page_obj

  • @eugenetuyizere8857
    @eugenetuyizere8857 4 года назад

    How to find the full codes please

  • @JustPython
    @JustPython 2 года назад +1

    Can you share source code

  • @AngelHernandez-ex7ji
    @AngelHernandez-ex7ji 3 года назад

    RIP keyboard

    • @crycetruly
      @crycetruly  3 года назад

      Lol

    • @modoudiao9660
      @modoudiao9660 3 года назад

      @@crycetruly please tell me where you define noResults class

    • @modoudiao9660
      @modoudiao9660 3 года назад

      @@crycetruly I create a div with this class it's okay now thanks for this wonderfull tuto