A simple GAE application that performs image upload and generates on the transformations of the uploaded image.
- Install Python
- Install pip
- Install gaenv
- Install the Google App Engine SDK
- Get a cloudinary account
- Copy the
CLOUDINARY_URL
environment 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!