I would like to use Django 2.0 with legacy MS SQL Server database.
Latest information regarding usage Django with MS SQL Server i could find is Using Sql Server with Django in production/These days and it is about Django 1.11 Most supported seems django-pyodbc-azure but it's not supporting Django 2.0 yet: django-pyodbc-azure issue #124
Is there any alternative?
pip install django-pyodbc-azure
but it want's to downgrade Django to 1.11, so I canceled it. – Frane