관리 메뉴

Silver Library (Archived)

DJango - individual project record (good news) 본문

Personal DB/Unclassified record

DJango - individual project record (good news)

Chesed Kim 2021. 2. 1. 13:16
반응형

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.

Individual only. Do not use this image outside of this blog. Do not use this for any purpose. Non-commercial. All rights of that Logo & pictures are reserved to the original creator.

 

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)