Django Front End Search
问题 Currently using Django 2.1,Python 3.6, PostgreSQL 11, and hosting the DB on Heroku. I would like to implement a user search on a device view that I have setup. Current Page Layout This page will list people in our DB and will provide a link to details about them. What I would like is for a user to be able to search for a particular person and have the list populate accordingly. Django documentation provides some steps to implement this but is not entirely clear about an action plan. Thanks