What was the solution?
On Sun, Jun 15, 2014 at 5:03 PM, sarfaraz ahmed <[email protected]> wrote: > Thanks for your help. The issue is resolved ... thanks :) > > > > On Mon, Jun 16, 2014 at 1:10 AM, sarfaraz ahmed <[email protected]> > wrote: > >> Yes, I saw and tried the steps mentioned in that link. I get following >> error >> >> "No module named sqlserver_ado.base". >> >> This is lines in setting.py Please help >> >> DATABASES = { >> 'default': { >> 'NAME': 'blogger', >> 'ENGINE': 'django.db.backends.sqlserver_ado', >> 'HOST': ' ', >> 'USER': 'sa', >> 'PASSWORD': '*****', >> } >> } >> I am new to DJANGO... >> >> Regards, >> Sarfaraz Ahmed >> >> >> On Mon, Jun 16, 2014 at 12:57 AM, Mark Phillips < >> [email protected]> wrote: >> >>> Did you look here?? >>> >>> http://django-mssql.readthedocs.org/en/latest/ >>> >>> Mark >>> >>> >>> On Sun, Jun 15, 2014 at 11:35 AM, sarfaraz ahmed <[email protected] >>> > wrote: >>> >>>> Hello Friends, >>>> >>>> I am trying to moving away from sqlite. Trying to use MS SQl 2012 as >>>> backend. So far I installed django-mssql on my machine. When I type import >>>> sqlserver_ado... It works fine. >>>> >>>> I am new to Django. Please provide me with example to get my MSSQL >>>> connected to django. More than one example will be appreciated. I check lot >>>> of post however but i am unable find any solution. With proper example. >>>> >>>> Thanks in advance. >>>> >>>> Regards, >>>> Sarfaraz Ahmed >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Django users" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> To post to this group, send email to [email protected]. >>>> Visit this group at http://groups.google.com/group/django-users. >>>> To view this discussion on the web visit >>>> https://groups.google.com/d/msgid/django-users/61f97c7b-6f0f-4132-92ad-a3d986c7fb7f%40googlegroups.com >>>> <https://groups.google.com/d/msgid/django-users/61f97c7b-6f0f-4132-92ad-a3d986c7fb7f%40googlegroups.com?utm_medium=email&utm_source=footer> >>>> . >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Django users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To post to this group, send email to [email protected]. >>> Visit this group at http://groups.google.com/group/django-users. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/django-users/CAEqej2MMx6WBps%2BhNBA%2B5RueY18z212JQWs_NL5A2Rd-qR2Tqw%40mail.gmail.com >>> <https://groups.google.com/d/msgid/django-users/CAEqej2MMx6WBps%2BhNBA%2B5RueY18z212JQWs_NL5A2Rd-qR2Tqw%40mail.gmail.com?utm_medium=email&utm_source=footer> >>> . >>> >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> >> -- >> Thanks with regards, >> Sarfaraz Ahmed >> >> >> > > > -- > Thanks with regards, > Sarfaraz Ahmed > > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAEPJdixB4Qpq1jLtaMVbL6c1yszKTG3t_9nx_CVJqHQXjCmu0g%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAEPJdixB4Qpq1jLtaMVbL6c1yszKTG3t_9nx_CVJqHQXjCmu0g%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Ezequiel Bertti E-Mail: [email protected] Cel: (21) 99188-4860 VÁ PARA BÚZIOS!!! http://www.agh.com.br/ Ane Guest House -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CACrQMYoj%2B7nEASGbZd6SFD9g38H7ZM3zVfHQuHXoSSh%3DEcsLFw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

