I'm new to Django and I'm working on a project that requires SQL Server to be used. I've researched extensively on using Django with SQL Server, and it seems like django-pyodbc is the way to go. On the pydobc page, it mentions that only SQL Server 2000 and 2005 is supported. However, on other questions asked, it seems like 2008 is somewhat supported.
Is it possible at all to use Django with SQL Server 2012 on a Linux environment?
Please point me to the right direction! Thanks!