Re: SQL Server Support - Does it Exist

2015-04-29 Thread Alex-droid AD
We try to use django-pyodbc on CentOS (python 2.7 + Django 1.8, connection to MS SQL Server 2012) While running 'migrare' I get the same error as mentioned above: 'django_pyodbc' isn't an available database backend Can't understand what has been done wrong... On Sunday, March 24, 2013 at 5:14:55

Re: SQL Server Support - Does it Exist

2013-03-24 Thread Michael Manfre
Although there is no official support for SQL Server, there are two available backends to choose from; django-mssql and django-pyodbc. There has also been some recent discussion on the django-developers mailing list about SQL Server's support and the idea of having officially recognized extensi

Re: SQL Server Support - Does it Exist

2013-03-23 Thread Liang
Sadly, django doesn't support sql server officially is the only stopper for me to adopt django. On Friday, 15 July 2011 09:07:23 UTC+8, Russell Keith-Magee wrote: > > On Fri, Jul 15, 2011 at 6:03 AM, bruno desthuilliers > > wrote: > > > > > > On 14 juil, 23:15, Python_Junkie > > wrote: > >> I h

Re: SQL Server Support - Does it Exist

2011-07-18 Thread Tom Evans
On Fri, Jul 15, 2011 at 3:21 AM, Python_Junkie wrote: > I have installed django-mssql and still seem to be stuck. > > What are the correct attributes that need to be set in the settings.py > file? > > I am getting an error > > This is how I have configured my settings.py file > ***

Re: SQL Server Support - Does it Exist

2011-07-14 Thread Wei guangjing
2011/7/15 Python_Junkie : > I have tried django-mssql without any luck. > > Could you send me the link for django-pyodbc. Please use svn checkout the source code, and do setup.py install. svn checkout http://django-pyodbc.googlecode.com/svn/trunk/ django-pyodbc -- Wei guangjing -- You received

Re: SQL Server Support - Does it Exist

2011-07-14 Thread Python_Junkie
I have tried django-mssql without any luck. Could you send me the link for django-pyodbc. I was only able to find 2 downloads that say they have been deprecated. By the way I have been using the (sql) pyodbc for my native (MySQL) sql connections to retrieve data. I would rather use sql rather t

Re: SQL Server Support - Does it Exist

2011-07-14 Thread Python_Junkie
I have installed django-mssql and still seem to be stuck. What are the correct attributes that need to be set in the settings.py file? I am getting an error This is how I have configured my settings.py file DATABASE S = { 'default': { 'NAME': 'notes', 'E

Re: SQL Server Support - Does it Exist

2011-07-14 Thread Russell Keith-Magee
On Fri, Jul 15, 2011 at 6:03 AM, bruno desthuilliers wrote: > > > On 14 juil, 23:15, Python_Junkie > wrote: >> I have searched for the drivers to use the syncdb utility with MS SQL >> Server but have been unsuccessful. > > https://docs.djangoproject.com/en/1.3/ref/databases/ > > Django doesn't su

Re: SQL Server Support - Does it Exist

2011-07-14 Thread David Graves
https://docs.djangoproject.com/en/1.3/ref/databases/#using-a-3rd-party-database-backendmentions django-mssql http://stackoverflow.com/questions/842831/using-sql-server-with-django-in-production I personally have used django-pyodbc in conjunction with pyodbc. On Thu, Jul 14, 2011 at 5:03 PM, brun

Re: SQL Server Support - Does it Exist

2011-07-14 Thread bruno desthuilliers
On 14 juil, 23:15, Python_Junkie wrote: > I have searched for the drivers to use the syncdb utility with MS SQL > Server but have been unsuccessful. https://docs.djangoproject.com/en/1.3/ref/databases/ Django doesn't support MS SQL. -- You received this message because you are subscribed to