ImportError: cannot import name 'BlobService' when using Azure Backend

前端 未结 5 1693
陌清茗
陌清茗 2020-12-10 07:02

I followed these instructions to set up Azure as my backend service: http://django-storages.readthedocs.io/en/latest/backends/azure.html

Also added additional packag

5条回答
  •  無奈伤痛
    2020-12-10 07:15

    I had to downgrade to azure-storage-0.20.0 which fixed the issue, the newer versions couldn't find the BlobService class.

提交回复
热议问题