App Engine Python SDK version 1.8.9
[gae.git] / python / google / appengine / ext / analytics / app.yaml
blobc7a5320bb40013b3c2af6c957d13ae0f1c2a19d8
1 application: appstats-analytics
2 version: appstats-analytics
3 runtime: python27
4 api_version: 1
5 threadsafe: false
7 libraries:
8 - name: django
9   version: "1.2"
12 handlers:
14 - url: /stats.*
15   script: main.app
17 - url: /.*
18   script: standaloneapp.app