Upload images to Cloudinary with Python and Django
git clone https://github.com/zauribrahimkhalilov/python-django-cloudinary-upload.git
pip install cloudinary
cloudinary.config( cloud_name = "YOUR_CLOUD_NAME", api_key = "YOUR_API_KEY", api_secret = "YOUR_API_SECRET_KEY" )