Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 389 Bytes

File metadata and controls

13 lines (7 loc) · 389 Bytes

LibraryWebProject

This was a project which utilizes Django to simulate a library system.

  • It manages books, where you can add, update, and delete books. Each book can have copies added and removed.

  • It manages members, where you can add, update, and delete members.

  • It manages loans, where you can add, and return loans.

See it in action

https://tomnug.pythonanywhere.com/