[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': '
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
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
3 matches
Mail list logo