Persian-Prince / Innovator-s-Library

This is a library management system to make work easy
1 stars 9 forks source link

Loan a book function #21

Open Persian-Prince opened 3 years ago

Persian-Prince commented 3 years ago

Write the code for the loan a book function in views.py file of store app.

pratham-bhatnagar commented 3 years ago

hey @Persian-Prince , Can you assign me this issue?

debarati-06 commented 3 years ago

I would like to work on this issue. Kindly assign this to me.

pratham-bhatnagar commented 2 years ago

Hey @Persian-Prince, Can you explain to me a little more about this issue, Since I've just started contributing to open source. Can you guide me a little?

Persian-Prince commented 2 years ago

Hey @Persian-Prince, Can you explain to me a little more about this issue, Since I've just started contributing to open source. Can you guide me a little?

Add the book copy instance to the borrowed list of the user and decrease the available count of the book by one.