You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently in the azure backed I can't do the following: f= default_storage.open("bla", "w")
if the blob bla doesn't exist
and also I can not update bla with new content, if I use: default_storage.save("bla", content) and bla already exists it will a new blob will be created with a random suffix
for example:
bla
bla_MhgTcjK
The text was updated successfully, but these errors were encountered:
Currently in the azure backed I can't do the following:
f= default_storage.open("bla", "w")
if the blob
bla
doesn't existand also I can not update bla with new content, if I use:
default_storage.save("bla", content)
and bla already exists it will a new blob will be created with a random suffixfor example:
bla
bla_MhgTcjK
The text was updated successfully, but these errors were encountered: