-
Martina Therese R. Reyes authored
Displayed the items the specific user has bid on. To view items a specific user has bid on, one has to "log in" by changing users = BoodleUser.objects.get(userid=3) and bidsByUser = AuctionBid.objects.filter (boodleuserid=3).distinct('auctionid') Co-authored-by: pinkboheme <pinkboheme@users.noreply.github.com> Co-authored-by: Christine <cdeeerrr@users.noreply.github.com>
259563cd