-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vyasisha #10
base: main
Are you sure you want to change the base?
Vyasisha #10
Conversation
Hi there! I'd like to request that my contribution be marked as "Hacktoberfest-accepted" for the event. It meets the criteria, and I'd appreciate your assistance with this. Thank you! |
return render(request, "auction/lot-detail.html", context) | ||
|
||
@login_required | ||
def paid_lots_view(request): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does this view do and where is the template
|
||
@login_required | ||
def unpaid_lots_view(request): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, what's the essence of this view and where is the template
Hey there,
I have tried to do the Following :-
Add paid database column to lots to show it has been paid for.
Add API endpoint to mark lots as paid for when payment is completed.
14 Oct,2023