Hi Vinod, Thanks for the quick response ...I also had doubt regarding
which version of python and django are supported for SQL Server 2014.
Thanks
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop recei
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'db_name',
'USER': 'db_user',
'PASSWORD': 'password',
'HOST': 'localhost',
'PORT': '',
}
}
On Wed, Oct 10, 2018 at 11:50 AM Rakhee Menon
wrote:
> Hello Everyone,
>
> Please could anyone specify what are the configuration se
Hello Everyone,
Please could anyone specify what are the configuration settings to be done
in Django for using SQL Server 2014 as database instead of the default
sqlite.
Thanks in Advance
Rakhee
--
You received this message because you are subscribed to the Google Groups
"Django users" group
3 matches
Mail list logo