I use exactly the same setup. Look up the "django-odbc" package.
This will be quite easy to use and setup, but there are some
unresolved bugs in that package related to multi-db support. Most of
them have patches attached to their tickets.
Cheers
Jirka
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>
i tried django-odbc recently but got frustrated because of problems in
the utf8-latin1 mismatches. i think it has something to do with the
exact versions of the unix-odbc layer and the MSSQL server, and also
because the existing database was 'designed' without any thoughts for
character encoding (people here are used 'forgive' computers for
mangling accents and ñ)
in the end i used django's ORM for my own databases and straight SQL
(via pyodbc) for MSSQL access.
--
Javier