Questions tagged [django-pyodbc-azure]

This is a deprecated tag for a Python package that is no longer maintained.

The django-pyodbc-azure package is no longer maintained.

Please use django-mssql-backend instead; it supports Django 2.2 and above.

48 questions
0
votes
1 answer

Django+sql server - No module named sql_server.pyodbc.base

I want to use SQL Server as the backend for Django. I install pyodbc, django-pyodbc, django-pyodbc-azure In settings.py I replace a Database DATABASES = { 'default': { 'ENGINE': 'sql_server.pyodbc', 'NAME': 'xxx', …
0
votes
1 answer

Error with syncdb Django app to Azure SQL using pyodbc

I am trying to get my Django app running on Azure. I had the app up and running with some static pages, but I can't get the database working properly. I downloaded pyodbc so Django can talk to the Azure SQL database, and put it both on my local…
Hat
  • 1,597
  • 5
  • 26
  • 41
0
votes
1 answer

django-pyodbc-azure DatabaseError: ('42000', '[42000] Error converting data type nvarchar to int

I am a beginner at backend. Trying to test web services on my windows machine. On the linux server i have a working machine with following database settings : DATABASES = { 'default': { 'ENGINE': 'django_pyodbc', 'NAME': 'database_name', …
ozan.yarci
  • 81
  • 1
  • 5
1 2 3
4