MSTC-DA-IICT / Hacktoberfest24-Library-Management-System-Django

This repository is made for the purpose of Hacktoberfest-2024
1 stars 5 forks source link

Create Models for Books, Authors, and Users #1

Open Priyanshi89 opened 1 week ago

Priyanshi89 commented 1 week ago

Book model: add Fields like title, author, ISBN, publication_date, and status (borrowed or available).

Author model : add Fields like name, biography, date_of_birth, and date_of_death.

User (basic) model: Use Django's default User model for now.

Spiritedswordsman commented 1 week ago

Heyy, Im interested in this, please assign this to me.