From 7ad9093c478e7ebb2b960eaf0e0beccfc2ebac5d Mon Sep 17 00:00:00 2001 From: ajenez <76584875+ajenez@users.noreply.github.com> Date: Fri, 19 Mar 2021 11:55:26 -0700 Subject: [PATCH] Update README.md second change, one more... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d692d84..f31af2f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This project is a network site where users have the ability to register, login, Personal Favorite Code Block - This block tested my understanding of javascript and required learning to route fetch requests through a specific Django view to make changes within the database to add and remove likes using POST/DELETE requests and edit current posts using a PUT request. -https://github.com/ajenez/Commerce-Project/blob/12a88d48103e716a35460bcd795cb7aeae381f59/auctions/views.py#L76-L207 +https://github.com/ajenez/Network-Project/blob/962a53c68dfe139bd7b77457b4a96203286a1390/network/static/network/index.js Extra: This was my first time using Django's Modelforms and it was really interesting discovering how they work and the power that Django has right out of the box!