Incomplete webapp to aggregate achievements/badges from various sources
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

app.yaml 124B

123456789
  1. application: achievementaggregator
  2. version: 1
  3. runtime: python
  4. api_version: 1
  5. handlers:
  6. - url: /.*
  7. script: helloworld.py