Cloudinary Google App Engine sample project
A simple GAE application that performs image upload and generates on the transformations of the uploaded image.
Installing and running
- Install Python
- Install pip
- Install gaenv
- Install the Google App Engine SDK
- Get a cloudinary account
- Copy the
CLOUDINARY_URLenvironment variable from the Management Console into cloudinary.yaml (seecloudinary.yaml.sample) - Run
pip install -r requirements.txt - Run
gaenv - Launch your application in development mode with GoogleAppEngineLauncher
Good luck!