This Django project named "Bookstore" allows users to manage books, including creating, updating, and deleting books. It also provides a search functionality for searching books by title and author's name.
- Create a Book model with fields: name, page_count, category, author_name, price, image.
- Register the Book model in the Django admin interface.
- Display a search field in the admin for searching books by title and author's name.
- Create views for listing books and retrieving detailed information about a book in JSON format.
- Register views in URLs.
- Python 3.x
- Django 3.x
- Clone the repository:
git clone Aleksandre16/Books_Market