[melbourne-pug] Configuring Django 1.8 on Ubuntu 14.04 to read from an existing MSSQL DB

Ben Finney ben+python at benfinney.id.au
Mon Jun 6 01:02:14 EDT 2016


Javier Candeira <javier at candeira.com> writes:

> For a job I've been asked to read some data from an external MSSQL database,
> but I can't figure out how to configure a MSSQL driver on Django 1.8 site on
> Ubuntu 14.04.

Have you chosen a library for Django to use that implements the Django
database back-end?

To my knowledge there isn't a MS SQL back-end included with Django.
There certainly isn't one listed in the official reference at
<URL:https://docs.djangoproject.com/en/1.9/ref/databases/>.

Perhaps you are using <URL:https://pypi.python.org/pypi/django-mssql>?

-- 
 \        “With Lisp or Forth, a master programmer has unlimited power |
  `\     and expressiveness. With Python, even a regular guy can reach |
_o__)                               for the stars.” —Raymond Hettinger |
Ben Finney



More information about the melbourne-pug mailing list