Below are sample projects that demonstrate common Cloudinary use cases using Python and Django:
Basic sample for Python:
https://github.com/cloudinary/pycloudinary/tree/master/samples/basic
This sample is a synchronous script that shows the upload process from local files or remote URLs, with different transformations and options.
Photo Album for Django:
https://github.com/cloudinary/cloudinary-django-sample
A simple web application that allows you to uploads photos, maintain a database with references to them, list them with their metadata, and display them using various cloud-based transformations.
Comments
0 comments
Please sign in to leave a comment.