목록Personal DB (108)
Silver Library (Archived)
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/YB2qc/btqWKkaVQ4c/FOIVVtNC1HkfTPSa9RVNaK/img.jpg)
Problem. The issue happened once I enter through the terminal's hotlink URL. Solution. Manually input http://127.0.0.1:8000/ on the address bar. This is port issue.
docs.aws.amazon.com/cli/latest/reference/iam/update-access-key.html update-access-key — AWS CLI 1.19.4 Command Reference Note: You are viewing the documentation for an older major version of the AWS CLI (version 1). AWS CLI version 2, the latest major version of AWS CLI, is now stable and recommended for general use. To view this page for the AWS CLI version 2, click here. F docs.aws.amazon.com ..
I try my best to create as many airbnb website's backend + frontend features as I can. Currently, I am literally copying down the existing webpage, Airbnb. And I admittedly follow the guidance to understand how Python can interact to Django and how I should start linking frontend features as well as backend features simultaneously. And thanks to this process, I believe I could finally have ideas..
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/bG4m60/btqVe66deR0/NrKplFASpYf03XUZ7K2ww1/img.jpg)
Fixed: 1. Photo shown as broken file issue. -> It was due to the non-existing directory. I did not notice that VSCode cannot read the inside of zip file. Extracted to its folder as I designated the directory. And, Accessed the admin page of that picture(as a part of seeding task). When I seed that photo with fake data, that's the time where the error happened. If directory does not exist when I ..