Hi,
I’m slowly, painfully working my way through the dependencies for connecting to a SQL server using the Django MS SQL backend. This is tied to Django v2.2. I assume that means that any systems I build has to use Django v2.2, yes?
Kind regards, Paul
Sorry, it says it’s dependent on v3.0. But the quest remains, do I have to limit my development work to that version?
Hi, Paul.
The dependencies from the library are these:
- Django 2.2 or newer
- pyodbc 3.0 or newer
pyodbc
is different from Django.
Thanks, I managed to get this installed, once I had the pyodbc installed.
The question was about whether I had to limit myself to using Django v3.0, but I’ll see how I get on with the next post.