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': '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
> 
> .
>

-- 
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.


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. *Maybe , you will get your answer.*



*Thanks *
*RJ *



On Mon, Sep 2, 2019 at 7:09 PM Mahaveerchand Jain <
mahaveerchand.j...@gmail.com> wrote:

> 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
> 
> .
>

-- 
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%2BAqMUf4DZd5tTSGenHwmVtYUNSqhL21yFi_2rGEOAh8sYP1%3Dw%40mail.gmail.com.


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 
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.