Top "Django-mssql" questions

django-mssql is a SQL Server 2005/2008 backend for Django running on Windows.

ImportError: No module named pythoncom

I am a newbie (just 1 week) to this Python world. I tried installing django-mssql, but when I tried to import …

python django-mssql
Setting up django-mssql issues

I'm having some issues setting up django-mssql on Win Server 2008 R2. I have everything installed, however, the wiki for django-mssql …

django django-mssql
Connecting Django with MSSQL server

I'm trying to connect my Django app to SQL Server 2016. I've tried using django-pyodbc but it doesn't support Django 1.11. Instead …

python sql-server django django-mssql
Django - How to prevent database foreign key constraint creation

I have a model that is backed by a database view. class OrgCode(models.Model): org_code = models.CharField(db_…

django django-models django-mssql
"no module named pythoncom"

I am trying to build a test Django application and I want to connect to a MSSQL server. When I …

python django python-2.7 django-mssql
How can I connect to SQL Server 2008 R2 with django-mssql?

I cannot figure out why I cannot get django to connect with sql server 2008 r2. I have administrative privileges on …

django sql-server-2008 django-mssql django-pyodbc
Django query to join records of two tables

I am using django-mssql 1.6.2 package with django 1.7 to get one or several records of tables from sql server 2008. When I …

django python-3.x django-models django-queryset django-mssql