-
-
Notifications
You must be signed in to change notification settings - Fork 866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No attribute 'WindowsAzureMissingResourceError' #102
Comments
Hi and thanks for the report. This sounds like a version issue. Can you tell me what version of azure you have installed? |
I think the problem is related with not installed dependencies. Is azure Python module installed in your environment? It seems django-storages doesn't automatically install it (as the dropbox module for DropBoxStorage class). |
If the |
@aleccool213 As django-storage is free software, we'll be happy to receive a contribution from you about it. |
@ZuluPro Thought there might have been a different reason for this :) lol will do 👍 |
Fixed in #565 |
Hi,
I've not used django-storages with any provider. I keep getting the error 'module' object has no attribute 'WindowsAzureMissingResourceError'.
Here is the traceback http://dpaste.com/12F5D3S
Here is a snippet of my 'settings.py':
Models.py
testfile = models.FileField("Test File", blank=True, null= True)
The text was updated successfully, but these errors were encountered: