Silver Library (Archived)
DJango - individual project record (good news) 본문
DJango - individual project record (good news)
Ayin Kim 2021. 2. 1. 13:16Fixed:
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 seed, it will not be fixed unless I re-seed(create) them all or re-select and upload each file (like refresh). This will allow other random_seed files to be reflected accordingly.
Now the page looks visually much better.
Undergoing:
1. email verification
- suspect the error comes from the email service provider. (expected difficulty : fair)
2. Sign up , Sign in
- ASCII Unicode error. This is what I expect to not fix...but I will try as much as I can handle this.
(expected difficulty: harsh)
'Personal DB > Unclassified record' 카테고리의 다른 글
Django - checklist : when seeding is not working (lambda) (0) | 2021.02.10 |
---|---|
Self-check amid copying airbnb website (0) | 2021.02.03 |
Django - Unsolved error (solved) (0) | 2021.01.20 |
[Django] How to test something - user's viewpoint (0) | 2021.01.19 |
Django - debug note (2) SMTP? < Unicode?? (0) | 2021.01.14 |