Filter some data in one column in table
In a Django project, I want to display values from a table in the database, provided that a filter is applied to some data in one of the columns. For example, the gender column. I want to display only female data with the rest of the columns in the table.