i'm using storages , django-cms apps azure-storage backend in django site. storage working great, when upload files uploaded blob container perfectly. can confirm files there , publicly accessible. problem lies in django-cms display of images. img src blank , images not displayed @ all. i've changed both media_root, media_url blob storage location still nothing. ideas?
how confirming files there , publicly accessible? confirming through management portal?
i don't know django skimmed on page https://docs.djangoproject.com/en/1.8/topics/files/. understand, media_root , media_url used locally stored files. i'm not sure if azure storage endpoint can used here again i'm not familiar django.
Comments
Post a Comment