unable to use cloudinary in production enve

Options
Upside8697
Upside8697 Member Posts: 1
edited January 31 in Developer APIs

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