Commit c8da4033 authored by Joei Yucoco's avatar Joei Yucoco

Updated page titles, README.txt and COA

parent 452e883d
# joeiyucoco_reading
CSCI40 Lab 3
CSCI40 Lab 4
Full name: Joei Alexene C. Yucoco
ID Number: 216469
Course & Section: BS CS-DGDD, Section F
Lab# and Title: Lab 03: My Favorite Books and Authors
Date of Submission: 03/28/2023
Lab# and Title: Lab 04: My Favorite Books and Authors v2
Date of Submission: 04/25/2023
This lab was truthfully created by me, and me only. All external sources are cited here:
Model info:
https://en.wikipedia.org/wiki/Osamu_Dazai
https://en.wikipedia.org/wiki/No_Longer_Human
https://www.amazon.com/No-Longer-Human-Osamu-Dazai/dp/0811204812
https://en.wikipedia.org/wiki/Gege_Akutami
https://en.wikipedia.org/wiki/Jujutsu_Kaisen
https://www.amazon.com/Jujutsu-Kaisen-Vol-1/dp/1974710025
https://en.wikipedia.org/wiki/Tomie_dePaola
https://en.wikipedia.org/wiki/Strega_Nona
https://www.goodreads.com/en/book/show/581409
https://en.wikipedia.org/wiki/José_Rizal
https://en.wikipedia.org/wiki/Noli_Me_Tángere_(novel)
https://www.goodreads.com/book/show/418285.Noli_Me_T_ngere_Touch_Me_Not_
https://en.wikipedia.org/wiki/William_Shakespeare
https://en.wikipedia.org/wiki/Macbeth
https://houseki-no-kuni.fandom.com/wiki/Haruko_Ichikawa
https://myanimelist.net/anime/35557/Houseki_no_Kuni
https://bungostraydogs.fandom.com/wiki/Kafka_Asagiri
https://www.imdb.com/title/tt5679720/plotsummary/
https://en.wikipedia.org/wiki/Bungo_Stray_Dogs
https://en.wikipedia.org/wiki/Amy_Tan
https://en.wikipedia.org/wiki/The_Joy_Luck_Club_(novel)
https://www.goodreads.com/book/show/7763.The_Joy_Luck_Club
https://en.wikipedia.org/wiki/Hiro_Fujiwara
https://en.wikipedia.org/wiki/Maid_Sama!
https://www.imdb.com/title/tt1634208/
https://en.wikipedia.org/wiki/Eric_Carle
https://en.wikipedia.org/wiki/The_Very_Hungry_Caterpillar
https://www.prindleinstitute.org/books/the-very-hungry-caterpillar/
https://en.wikipedia.org/wiki/Inio_Asano
https://en.wikipedia.org/wiki/Goodnight_Punpun
https://en.wikipedia.org/wiki/Virgilio_S._Almario
https://adarna.com.ph/products/isang-mayang-uhaw
https://en.wikipedia.org/wiki/Shel_Silverstein
https://en.wikipedia.org/wiki/The_Giving_Tree
https://en.wikipedia.org/wiki/Markus_Zusak
https://en.wikipedia.org/wiki/The_Book_Thief
https://www.abebooks.com/9780385613385/Book-Thief-Publisher-Alfred-Knopf-0385613385/plp
https://en.wikipedia.org/wiki/Yoshihiro_Togashi
https://en.wikipedia.org/wiki/Hunter_×_Hunter
https://stackoverflow.com/questions/52266377/django-redirect-not-a-valid-view-function-or-pattern-name-error
https://stackoverflow.com/questions/59475392/success-url-from-updateview-to-detailview-with-pk-in-django
https://youtu.be/nW-srV0kKKk
https://youtu.be/EUUjJdw3EBM
https://docs.djangoproject.com/en/4.2/topics/forms/modelforms/
https://stackoverflow.com/questions/21916835/django-button-link
https://stackoverflow.com/questions/13866952/how-to-get-object-from-pk-inside-django-template
https://stackoverflow.com/questions/69387281/why-does-django-show-noreversematch-at-articles-3-reverse-for-article-edit-w
https://docs.djangoproject.com/en/4.2/topics/http/urls/
Coding:
https://stackoverflow.com/questions/53572251/django-2-1-3-error-init-takes-1-positional-argument-but-2-were-given
https://stackoverflow.com/questions/72637057/typeerror-get-takes-1-positional-argument-but-2-were-given
https://youtu.be/0hIMiq0YZSc
https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django/Generic_views
https://stackoverflow.com/questions/19917922/how-do-i-put-multiple-links-on-the-same-line-html5
https://www.teachucomp.com/add-space-in-html-tutorial/
https://stackoverflow.com/questions/1479206/django-templating-how-to-access-properties-of-the-first-item-in-a-list
<sgd> Joei Alexene C. Yucoco, 28/03/2023
<sgd> Joei Alexene C. Yucoco, 25/04/2023
<!DOCTYPE html>
{% extends 'base.html' %}
{% block title %}My Favorite Authors{% endblock %}
{% block title %}Add New Author{% endblock %}
{% block content %}
<form method="post">
{% csrf_token %}
......
<!DOCTYPE html>
{% extends 'base.html' %}
{% block title %}My Favorite Authors{% endblock %}
{% block title %}Add New Book{% endblock %}
{% block content %}
<form method="post">
{% csrf_token %}
......
<!DOCTYPE html>
{% extends 'base.html' %}
{% block title %}My Favorite Authors{% endblock %}
{% block title %}Edit Author{% endblock %}
{% block content %}
<form method="post">
{% csrf_token %}
......
<!DOCTYPE html>
{% extends 'base.html' %}
{% block title %}My Favorite Authors{% endblock %}
{% block title %}Edit Book{% endblock %}
{% block content %}
<form method="post">
{% csrf_token %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment