unable to use cloudinary in production enve
i am developing via django framework, i am able to setup cloudinary to host images and static files however in all production environments i am not able to serve these files.
when i use django-whitenoise it cancels the cloudinary configuration and so i end up using whitenoise to serve my files however this is not what i want.
how can i setup my project to serve media and static files on cloudbased platforms such as render.com, railway.app and vercel.com?
Answers
-
Hi @Upside8697,
Thanks for reaching out.
Can you ensure that Cloudinary has been integrated into your Django project as per https://cloudinary.com/documentation/django_image_and_video_upload#django_forms_and_models?
Please also take a look at this sample app for reference: https://cloudinary.com/documentation/django_image_and_video_upload#manage_images_in_a_django_app_video_tutorial
Kind Regards,
Thomas
0