Javier Candeira <[email protected]> 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 _______________________________________________ melbourne-pug mailing list [email protected] https://mail.python.org/mailman/listinfo/melbourne-pug
