diff options
author | 2009-10-20 20:57:32 -0400 | |
---|---|---|
committer | 2009-10-20 20:57:32 -0400 | |
commit | 2efc64a33e0dc0ef536ad92530ea7af0f1b0eb3d (patch) | |
tree | 1e8fc0af662441845bf364fad15abb9f9b0a9b1f | |
parent | Added statistics interface and added frame to answer store. (diff) | |
download | FramedPrototype-2efc64a33e0dc0ef536ad92530ea7af0f1b0eb3d.tar.xz FramedPrototype-2efc64a33e0dc0ef536ad92530ea7af0f1b0eb3d.zip |
Index for statistics.
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | index.yaml | 17 |
2 files changed, 17 insertions, 1 deletions
@@ -1,2 +1 @@ *.pyc -index.yaml diff --git a/index.yaml b/index.yaml new file mode 100644 index 0000000..e8022a5 --- /dev/null +++ b/index.yaml @@ -0,0 +1,17 @@ +indexes: + +# AUTOGENERATED + +# This index.yaml is automatically updated whenever the dev_appserver +# detects that a new type of query is run. If you want to manage the +# index.yaml file manually, remove the above marker line (the line +# saying "# AUTOGENERATED"). If you want to manage some indexes +# manually, move them above the marker line. The index.yaml file is +# automatically uploaded to the admin console when you next deploy +# your application using appcfg.py. + +# Used 30 times in query history. +- kind: Answer + properties: + - name: title + - name: frame |