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 »
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 »
This blog is published with Ghost CMS on Microsoft Azure Web Apps platform. Ghost is available in Azure Marketplace for some time and You can run »
If You're using Python, You're probably using pip tool inside Your virtual environment (or globally for entire OS) to install Python packages and probably requirements.txt »