emiliajin
Results
2
issues of
emiliajin
Since I now test in django 2.1 environment, I use django-pyodbc-azure 2.1.0.0. I write my connection string as follow: DATABASES = { 'default': { 'ENGINE': 'sql_server.pyodbc', 'NAME': 'XXX', 'USER': 'XXX',...
Environment details: + OS: macOS + Python version: python3.7/3.8 + lambda-proxy version: 5.2.1 Issue: We are trying to apply lambda-proxy for our AWS Lambda Development. However there is some problem...