On Fri, Jul 15, 2011 at 3:21 AM, Python_Junkie
<software.buy.des...@gmail.com> 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
> ********************
> DATABASE
>
> S = {
>    'default': {
>        'NAME': 'notes',
>        'ENGINE': 'django.db.backends.sqlserver_ado',


Compare and contrast what you have for ENGINE, and what the example
docs for django-mssql say.

http://code.google.com/p/django-mssql/wiki/Settings

Hint: 3rd party dB backends don't live in django.db.backends.

Cheers

Tom

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to