[melbourne-pug] Posting: Seeking a Python Back End Developer

2016-06-06 Thread Jonathan Tan
Hello all, We are a Melbourne-based company with a current size of 5 people. We are presently developing the MVP for our web software platform that will allow users to plan out their careers. To speed the development process, we're looking for a Python developer to add to our ranks. We seek one

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

2016-06-06 Thread Joe Healy
- Original Message - > From: "Javier Candeira" > To: melbourne-pug@python.org > Sent: Tuesday, 7 June, 2016 10:02:19 AM > Subject: Re: [melbourne-pug] Configuring Django 1.8 on Ubuntu 14.04 to read > from an existing MSSQL DB > The reason I've asked here is in the hope that someone ha

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

2016-06-06 Thread Anthony Briggs
Javier, What do the logs/error messages say? ;) If, for some reason, you can't get access to the logs, perhaps switching DEBUG on and checking what queries are being sent might shed some light. (ie. one or more of the things in http://stackoverflow.com/questions/971667/django-orm-how-to-view-or-l

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

2016-06-06 Thread Javier Candeira
On Mon, Jun 6, 2016, at 03:02 PM, Ben Finney wrote: > Javier Candeira writes: > Have you chosen a library for Django to use that implements the Django > database back-end? > Perhaps you are using https://pypi.python.org/pypi/django-mssql>? I've tried django-mssql and django-pyodbc, after followi