DJango - individual project record (good news)
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 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)