Re: Query on Third party DB integration with DJango

2016-11-30 Thread Michael Manfre
Hi Reetika, This mailing list is for the development of Django. Questions and discussions related to the use of Django belong on the django-users mailing list. To spare you the double post, the version of django-mssql you're using doesn't support the version of Django. https://docs.djangoproject.

Query on Third party DB integration with DJango

2016-11-30 Thread Reetika Aggarwal
Hi, Getting below exception while makingMigrations django.core.exceptions.ImproperlyConfigured: 'sqlserver_ado' isn't an available database backend. Try using 'django.db.backends.XXX', where XXX is one of: 'mysql', 'oracle', 'postgresql', 'sqlite3' Error was: No module named 'django.db.back