Open zhannamatuzak opened 9 months ago
As an ADMIN USER, I can attach images to posts using Cloudinary in the Django admin panel so I am able to post lizards.
EССPECTED OUTCOME:
✅ An admin user can attach images on the Django admin panel and post them.
I was not able to use the admin panel because I have misswriten in the code line (see below) writing "." instead of "_":
DEFAULT_FILE_STORAGE = 'cloudinary.storage.storage.MediaCloudinaryStorage'
As an ADMIN USER, I can attach images to posts using Cloudinary in the Django admin panel so I am able to post lizards.
EССPECTED OUTCOME:
✅ An admin user can attach images on the Django admin panel and post them.