-
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
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
migrations | ||
__init__.py | ||
admin.py | ||
apps.py | ||
forms.py | ||
models.py | ||
tests.py | ||
urls.py | ||
views.py |