Search Functionality in Django Project

Поділитися
Вставка
  • Опубліковано 4 жов 2024
  • 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/Ken...
    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...
    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

КОМЕНТАРІ • 39

  • @rthomques
    @rthomques 3 дні тому

    Even though this tutorial didn't use static files it worked perfectly and I learnt a lot about how to implement a search engine. I even was thinking that I have to have a detail view to show the searched names. All the explanations were pretty good. Thank you

  • @oneh0urtrades
    @oneh0urtrades 9 місяців тому

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

  • @verygood5788
    @verygood5788 Рік тому +1

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

  • @captaintonny9581
    @captaintonny9581 3 роки тому

    i like your way of teaching . direct.

  • @ShuxriddinSolixov
    @ShuxriddinSolixov 22 дні тому

    Thank you bro

  • @oparesimon
    @oparesimon 3 роки тому

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

    • @oparesimon
      @oparesimon 3 роки тому

      Any platform to reach you? Will be grateful.

  • @urbainquentin1663
    @urbainquentin1663 2 роки тому +1

    Man your videos are on point thank you

  • @BilalMohammed1988
    @BilalMohammed1988 2 роки тому

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

  • @microtech5131
    @microtech5131 Рік тому

    thanks broo..Worked perfectly

  • @mertlinux
    @mertlinux 3 роки тому

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

    • @KenBroTech
      @KenBroTech  3 роки тому +2

      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

  • @СиноЛутфулло
    @СиноЛутфулло 2 роки тому +1

    Thank you very much!!!!!

  • @Hackachusetts
    @Hackachusetts Рік тому

    Thank you. Helped a lot.

  • @codedjango
    @codedjango 3 роки тому

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

  • @lyricszone385
    @lyricszone385 9 місяців тому

    Thank u, well understood

  • @valenishen9988
    @valenishen9988 2 роки тому

    Thank you for the video!

  • @arapmenet
    @arapmenet 2 роки тому

    Thanks , Great tutorial

  • @--MdNurnobiHossain
    @--MdNurnobiHossain 2 роки тому

    Thank you so much sir!

  • @kellcyrus3713
    @kellcyrus3713 2 роки тому

    U winning bigup

  • @ivanboricic1320
    @ivanboricic1320 2 роки тому

    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?

  • @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?

  • @Kareem976
    @Kareem976 Рік тому

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

  • @pyscriptstudio-i8g
    @pyscriptstudio-i8g 2 роки тому

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

  • @RossmeryRomeroGonzalez
    @RossmeryRomeroGonzalez Рік тому

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

    • @rthomques
      @rthomques 3 дні тому

      In the views file change this line like that: data = Data.objects.filter(age__icontains=q)

  • @Hkn_Developer
    @Hkn_Developer Рік тому

    Super...

  • @pyscriptstudio-i8g
    @pyscriptstudio-i8g 2 роки тому

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

  • @etrafli9094
    @etrafli9094 2 роки тому

    Thanks

  • @vidhyanipin
    @vidhyanipin 2 роки тому

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

  • @sekiro_19
    @sekiro_19 2 роки тому

    your accent is sick!!!

  • @pyscriptstudio-i8g
    @pyscriptstudio-i8g 2 роки тому

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

  • @rezarostami891
    @rezarostami891 3 роки тому

    learn autocomplte multi search

  • @楊跀玥
    @楊跀玥 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.