Azure Cloud Storage Config Error In Django App: Could Not Load Azure Bindings
I'm trying to set up Azure Cloud Storage for my Django app (app hosted on Azure VM with Ubuntu OS). I have Django-storages installed as a package, and I've followed this: http://dj
Solution 1:
It sounds like you haven't installed the Python bindings for azure yet. You can install them with:
pip install azure
Installation docs are here.
Post a Comment for "Azure Cloud Storage Config Error In Django App: Could Not Load Azure Bindings"