[image: image.png]

*settings*

DATABASES = {
    'default': {
        'ENGINE': 'sql_server.pyodbc',
        'NAME': 'PRUEBA_PYTHON_DJANGO',
        'HOST': ' MSSQLSERVER_2014',
        'USER': 'sa',
        'PORT': '1433',
        'PASSWORD': '@ddddd',
        'OPTIONS': {
            'driver': 'ODBC Driver 17 for SQL Server',
            'unicode_results': True,
        }
    }

El lun., 2 sept. 2019 a las 9:39, Mahaveerchand Jain (<
mahaveerchand.j...@gmail.com>) escribió:

> 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
> for the same.
>
> Say I wish to run the Django application on Jython so that application
> runs on JVM then the compatible Jython version will help.
>
> Thanks ,
> Nirmal Kumar.M
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/01b7e022-2c63-4984-a4d4-0a4d49790cf9%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/01b7e022-2c63-4984-a4d4-0a4d49790cf9%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CA%2By6opp5UGjWPEpArHnLwS7kAY%2B3%2B%2BjtyeU5LqyL-xDPCEA0xQ%40mail.gmail.com.

Reply via email to