6
I know this is an old post, but I was able to solve this by going to Application Pools in IIS, selecting the application pool my Django app was running in, go to Advanced Settings, click the three dots button next to ApplicationPoolIdentity (at least that was the built-in account that was the default for me), and then change it to NetworkService account.
- [Django]-How to properly show image stored from a remote file server to a django HTML template?
- [Django]-How do I get the user in Django test?
- [Django]-Django admin: TypeError on any post request
Source:stackexchange.com