IIS and SQL Server Windows authentication in a django application
You have to configure the django_web
account to be allowed to delegate to the SQL server. I guess since this is IIS APPPOOL\django_web
you actually need to configure it on the machine account in Active Directory. Alternatively you can create a custom service account for it instead.