It looks like djano_pyodbc doesn’t support Django 1.9 yet: https://github.com/lionheart/django-pyodbc/issues/109 <https://github.com/lionheart/django-pyodbc/issues/109>
If you don’t need 1.9, you could use Django 1.8 instead. _Nik > On May 13, 2016, at 1:05 AM, mandeep444 <[email protected]> wrote: > > Hello All, > > I am try to connet Django 1.9.5 with MSSQL SERVER 2012. > > I have some Question:- > > is django work fine with SQLSERVER 2012 ? > > I try listed Package. but not success.. > > 1. 'ENGINE': 'django_pyodbc', > Showing me Error: Django 1.9 is not supported. > > 2.'ENGINE': 'sqlserver_ado', > showing me error:- #Try using 'django.db.backends.XXX', where XXX is one of: > 'mysql', 'oracle', 'postgresql', 'sqlite3' > > 3. 'ENGINE': 'sql_server.pyodbc' > django.db.utils.ProgrammingError: ('42000', "[42000] [unixODBC][FreeTDS][SQL > Server]Login failed for user 'mandeep'. (18456) (SQLDriverConnect)") > > > All are using with FreeTDS. > > i did not want to down grade my Django Version. > > Can anyone help me to out this problem.?? > > > Thanks > Mandeep Kumar > > -- > 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 [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at https://groups.google.com/group/django-users > <https://groups.google.com/group/django-users>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/1d6e611a-ae5d-459e-b4ec-8008915303e3%40googlegroups.com > > <https://groups.google.com/d/msgid/django-users/1d6e611a-ae5d-459e-b4ec-8008915303e3%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/84E85995-87FA-4C55-A078-E8F37950CCA0%40consbio.org. For more options, visit https://groups.google.com/d/optout.

