I am a student and I don't have a credit card and I am using Heroku to deploy my Django application. Files uploaded onto Heroku are not saved so I intended to use Cloudinary to store media files uploaded via my Django app.
Is there no other way to set up Cloudinary to work on Heroku without using the addon which requires verifying my account with credit card info?
I have tried Googling but all the results I found are people who requires more than 5 apps running and suggested solution was to create multiple accounts, so I am kind of at a loss.