I'd like to do a sort of filter using Django. Imagine the following case:
- Model: user (Name, gender, age, natal_day, birth_ month, etc.)
- Rule: Catch all users with Gender = M and Age > 20
The intent would be to generate rules from an Application and these rules would be several E and OU chained. If anyone can give me a map or tell me how they solved a similar problem and I would be very grateful.