| OLD | NEW |
| 1 application: chromiumcodereview-hr | 1 application: chromiumcodereview-hr |
| 2 version: use-version-arg | 2 version: use-version-arg |
| 3 runtime: python27 | 3 runtime: python27 |
| 4 api_version: 1 | 4 api_version: 1 |
| 5 threadsafe: false | 5 threadsafe: false |
| 6 | 6 |
| 7 default_expiration: 7d # This is good for images, which never change | 7 default_expiration: 7d # This is good for images, which never change |
| 8 | 8 |
| 9 # The commented "secure: always" handler can't be enabled for appspot.com | 9 # The commented "secure: always" handler can't be enabled for appspot.com |
| 10 # applications with a custom domain, since GAE doesn't support HTTPS on custom | 10 # applications with a custom domain, since GAE doesn't support HTTPS on custom |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 - warmup | 58 - warmup |
| 59 | 59 |
| 60 libraries: | 60 libraries: |
| 61 - name: django | 61 - name: django |
| 62 version: 1.4 | 62 version: 1.4 |
| 63 - name: webapp2 | 63 - name: webapp2 |
| 64 version: 2.5.2 | 64 version: 2.5.2 |
| 65 | 65 |
| 66 env_variables: | 66 env_variables: |
| 67 DJANGO_SETTINGS_MODULE: 'settings' | 67 DJANGO_SETTINGS_MODULE: 'settings' |
| 68 |
| 69 skip_files: |
| 70 - README |
| OLD | NEW |