RE: help me to fix this issue with database connection

2019-08-29 Thread doddahulugappa
Pip install pyodbc And add below code snipped in settings.py. it should work. I am using in this way. It works perfectly DATABASES = { 'default': { 'ENGINE': 'sql_server.pyodbc', 'NAME': 'DB', 'USER': 'user', 'PASSWORD': 'pwd’, 'HOST': 'host',

RE: help me to fix this issue with database connection

2019-08-29 Thread doddahulugappa
Make sure that port is opened and it is reachable from machine u r trying to access From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of leb dev Sent: Thursday, August 29, 2019 12:33 PM To: Django users Subject: Re: help me to fix this issue with database co

RE: help me to fix this issue with database connection

2019-08-29 Thread doddahulugappa
Yes it is right . r u on same LAN? From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of leb dev Sent: Thursday, August 29, 2019 1:47 PM To: Django users Subject: Re: help me to fix this issue with database connection yes i can get a remote connection wit