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
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
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
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
> ***
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
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
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
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
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
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
I have searched for the drivers to use the syncdb utility with MS SQL
Server but have been unsuccessful.
Has anyone implemented SQL server.
If you have could you point me to the links for driver downloads and
the settings.py parameters.
Thanks
--
You received this message because you are subsc
11 matches
Mail list logo