Closed amitaibu closed 3 months ago
I'm trying to query records by pair of values.
I have these projects:
Let's say I want to fetch only the records that have (ProjectTypeOngoing, 2) and (ProjectTypeNotStarted, 3)
(ProjectTypeOngoing, 2)
(ProjectTypeNotStarted, 3)
You can grab this PR, make db and go to http://localhost:8000/Projects
make db
I'm trying to query records by pair of values.
I have these projects:
Let's say I want to fetch only the records that have
(ProjectTypeOngoing, 2)
and(ProjectTypeNotStarted, 3)
You can grab this PR,
make db
and go to http://localhost:8000/Projects