- 25 Apr, 2023 2 commits
-
-
Ysobel Vera authored
+edited views.py to have a post function and HttpResponseRedirect to properly redirect the urls of the new books and authors and their details +created forms.py and put BookForm and AuthorForm classes so the forms can be saved after post +created edit-author and edit-book files
-
Ysobel Vera authored
+Edited README.text to updated information. +created the add-book and add-author html files +edited the app's views.py file to add create views for Add Book and Add Author
-
- 28 Mar, 2023 2 commits
-
-
Ysobel Vera authored
+ Created and edited the authors, books, author_details, and book_details html files according to the lab specifications. +edited the models to have get_absolute_url to configure urls to Books and Author +edited the views to contain the Function based view for home.html and the class based views for the authors, books, author_details, and book_details html files +these were done to configure urls and to connect the models and views
-
Ysobel Vera authored
+base, home, and books html files were created and put into the address ysovera_reading/ysovera_reading/bookshelf/templates/bookshelf -The files still need to be edited but since I am unsure of how to properly do so, I will create a branch to test out some code.
-
- 27 Mar, 2023 4 commits
-
-
Ysobel Vera authored
Populated the Author and Books models with 15 records each.
-
Ysobel Vera authored
+Created Author and Books classes. The Author class contains fields to keep track of the author's first and last name, age, nationality, and bio. The Books class contains fields to keep track of the book's title, author, publisher, publishing year, ISBN, and blurb. +The admin.py file was edited to create admin panels for the 2 classes in models.py - haven't removed the placeholder for views.py under bookshelf. This will be edited later on.
-
Ysobel Vera authored
The Django project, ysovera_reading, and the app, bookshelf, was created. Set-up for the project and app was also done such as editing the site-wide and app settings files and the site-wide and app urls.py files.
-
Ysobel Vera authored
-