-
-
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
ValueError
when running manage.py collectstatic --clear
#1392
Comments
This is a bug in the backend related to the fact that the root element is the bucket and not a path. We need to add logic similar to Google Cloud. Up for it? |
I don't understand a single word from all that. I just experienced the shown behavior and reported it. |
I will make a pull request adding this logic. |
@jschneier fixed this in #1403 |
@jschneier Any plans for merging the fix by @Frodothedwarf ? |
Following the manual to use
django-storages
with Azure andstaticfiles
storage, I end up with this Django configuration:Running the manage.py task
collectstatic
works fine and stores the static files in the Azure Storage Account containerstatic
.When running the task with
--clear
, this error is raised:The text was updated successfully, but these errors were encountered: