Problem with setting default file storage to boto for s3 integration?
The default storage does'nt change! There by not letting me add images to the aws bucket and coz of that it shows an access denied message when i open the image url but in reality it just added the image to my local system so there is nothing in that url!!
I built an ecom website using django and now i want to integrate aws s3 for being able to add the images via the admin pannel and it being stored in the aws bucket! I tired changing the default storage in the settings.py and even tried using gpt and after all that when i check the default file storage it keeps showing my local storage! and when i add an image via the admin page it just creates a folder called products locally and add the image there! Please help me fix this!!