You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using:
Django 1.11 / django mssql 1.8 / django-sqlserver 1.11 / python-tds 1.9.0 / sql server 2016
running on windows servers.
Does this support a trusted connection?
We currently put the database username/password in settings.py and can't get a database connection with username and password set to ''. We get an ..invalid user '' error.
Using Django channels 1.x and have the worker process running as a windows service with a valid windows account.
The text was updated successfully, but these errors were encountered:
We are using:
Django 1.11 / django mssql 1.8 / django-sqlserver 1.11 / python-tds 1.9.0 / sql server 2016
running on windows servers.
Does this support a trusted connection?
We currently put the database username/password in settings.py and can't get a database connection with username and password set to ''. We get an ..invalid user '' error.
Using Django channels 1.x and have the worker process running as a windows service with a valid windows account.
The text was updated successfully, but these errors were encountered: