Search Functionality in Django Project

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ต.ค. 2021
  • In this video, we will build a simple django application and add in a search functionality that filters through objects from our database model. We will look at single and simple filter queries and also complex and multiple ones using Q.
    Follow me on:
    Twitter: / kenbroni
    Facebook: / kenneth.broni.9
    Access Source Code on Github Repository via:
    github.com/KenBroTech/django-...
    Django Template Tags and Templates Inheritance
    • Django Templates and T...
    Django Views and URLs
    • Views and URLs | Djang...
    Creating Django Project and App
    • Django Project and App...
    Django Inventory Management System Project Playlist
    • Django Inventory Manag...
    Python Official website:
    www.python.org/downloads/
    Download and Install Python on Windows 10 Computer
    • Download and Install P...
    Python Programming | Series Tutorial
    • Python Programming | S...
    Bootstrap4.5 Series Tutorial
    • Bootstrap 4.5 | Series...
    #SearchFunctionality
    #Python
    #Django

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

  • @oneh0urtrades
    @oneh0urtrades 5 หลายเดือนก่อน

    The Q thing was great but there was a lot of extra information still worth watching thanks!

  • @verygood5788
    @verygood5788 8 หลายเดือนก่อน +1

    Thanks man for tutorial,you have a good code never give up ✌✌👏👏

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

    Welcome back bro. Thanks for your beginner friendly tutorials. God bless you.

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

      Any platform to reach you? Will be grateful.

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

    i like your way of teaching . direct.

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

    Very good and clear explanation....thanks a lot :)

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

    Thank you for the video!

  • @Hackachusetts
    @Hackachusetts ปีที่แล้ว

    Thank you. Helped a lot.

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

    Man your videos are on point thank you

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

      I appreciate that!

  • @microtech5131
    @microtech5131 ปีที่แล้ว

    thanks broo..Worked perfectly

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

    welcome back kenbro :) thanks for the video , :) I hope you have written your thesis :)

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

      Sure bro, I presented last week and I have enough time now to put out great content on the channel. Thanks for the support man

  • @user-gp2sb4ky1c
    @user-gp2sb4ky1c 2 ปีที่แล้ว +1

    Thank you very much!!!!!

  • @--MdNurnobiHossain
    @--MdNurnobiHossain ปีที่แล้ว

    Thank you so much sir!

  • @lyricszone385
    @lyricszone385 5 หลายเดือนก่อน

    Thank u, well understood

  • @BilalMohammed1988
    @BilalMohammed1988 ปีที่แล้ว

    Very good presentation and explanation. Even though i am a beginner to django i got the idea. Thank you for the tutorial.

    • @KenBroTech
      @KenBroTech  ปีที่แล้ว

      Glad it was helpful!

  • @arapmenet
    @arapmenet ปีที่แล้ว

    Thanks , Great tutorial

  • @paulcal3500
    @paulcal3500 ปีที่แล้ว

    Wow thanks man. Amazingly clear video. Great video for anyone after they've gone through a basic Django tutorial. One question. I wasn't getting the 'Datas' link generating on the admin page with the code you had ('dashboard.apps.DashboardConfig') but it worked when I changed it to just 'dashboard'. Any idea why?

  • @user-uh4ty8bz9j
    @user-uh4ty8bz9j 10 หลายเดือนก่อน

    Thank you so much! very nice explanations. I was wondering how could you search by age?

  • @kellcyrus3713
    @kellcyrus3713 ปีที่แล้ว

    U winning bigup

  • @ivanboricic1320
    @ivanboricic1320 ปีที่แล้ว

    Very nice, thanks. Can you please make the same clip, but with search dropdown selected from database and based on selected to show results on the same page?

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

    Thanks

  • @Hkn_Developer
    @Hkn_Developer ปีที่แล้ว

    Super...

    • @KenBroTech
      @KenBroTech  ปีที่แล้ว

      Thank you! Cheers!

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

    The css code doesn't do it's job and I have tried to link it with html but nothing

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

    Hi how can we add photo search option in django admin..

  • @deagusco3810
    @deagusco3810 ปีที่แล้ว

    Hello bro I have a problem. When I search for something nothing happens

  • @deagusco3810
    @deagusco3810 ปีที่แล้ว

    Are you Ghanaian bro. I’m Ghanaian too and I really enjoyed your video

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

    your accent is sick!!!

  • @deagusco3810
    @deagusco3810 ปีที่แล้ว

    I just get the same data as I used to have no matter what I search

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

    learn autocomplte multi search

  • @user-eg2fc6zd1h
    @user-eg2fc6zd1h 2 ปีที่แล้ว

    Django 3.1
    Python 3.8.0
    I'm having a bit of a hard time solving a problem, can anyone find someone with a similar problem to me?
    django.core.exceptions.FieldError: Related Field got invalid lookup: icontains
    I have found a similar question 「Searching by related fields in django admin - stackoverflow」 , but still can't solve it, is it my Django version problem? Please guide & help me, thank you.