Cross-platform development with ODBC and Microsoft ODBC Driver for SQL Server
In my last post I described how to configure Django to use Azure SQL Database via ODBC if You are deploying Django on Ubuntu 14.04 »
In my last post I described how to configure Django to use Azure SQL Database via ODBC if You are deploying Django on Ubuntu 14.04 »
By default, Django supports SQLite, MySQL, PostgreSQL and Oracle database engines. Thanks to ODBC, pydobc and django-pyodbc-azure we can use highly available Azure SQL Database with »
A part of You may be familiar with Visual Studio Code and some of You is probably seeing it for the first time. I'm using VS »
Using site-packages in Python environment is a natural way to code - You are probably not including any Python package as subdirectory in Your project because »
If You are here, You are probably running python app on Microsoft Azure PaaS / Microsoft Azure Web Apps and You noticed a problem with frequent restarts »