Re: Django Version to be used on for Windows Server 2016 and MS SQL 2016

2019-09-03 Thread Daniel Angel
[image: image.png] *settings* DATABASES = { 'default': { 'ENGINE': 'sql_server.pyodbc', 'NAME': 'PRUEBA_PYTHON_DJANGO', 'HOST': ' MSSQLSERVER_2014', 'USER': 'sa', 'PORT': '1433', 'PASSWORD': '@d', 'OPTIONS': { 'driver': '

Re: Django Version to be used on for Windows Server 2016 and MS SQL 2016

2019-09-03 Thread RONAK JAIN
Hi Django-user, You can do simply change in* Settings.py.* 1. *First go on settings.py and look data base connection which is connect with default dbsqlite3.* 2. *Remove there.* 3. *Search on google how to integrate mysql with django..* 4. *then connect with your django* 5. *Ma

Django Version to be used on for Windows Server 2016 and MS SQL 2016

2019-09-02 Thread Mahaveerchand Jain
Dear All, I have Windows Server 2016 , IIS 10 and the Database is MS SQL 2016. I am not sure about the compatibility and version of Django to use on Windows Server 2016 with IIS 10 and I want the Django to be integrated seamlessly with MS SQL server 2016 so any module or library suggestion