diff options
| author | Devendra | 2014-04-09 15:09:35 +0530 | 
|---|---|---|
| committer | Devendra | 2014-04-09 15:09:35 +0530 | 
| commit | 4b2eedbf98f3d774bc7f1552426955525feb2cd6 (patch) | |
| tree | 1d99c557d19ebdd6923540f7fc88caaf20f8930a /python/examples/pn-test-gae/index.yaml | |
| parent | 50bbf270df6c95962a8ae429f96501737d062eaa (diff) | |
| download | pubnub-python-4b2eedbf98f3d774bc7f1552426955525feb2cd6.tar.bz2 | |
adding a test app for gae python
Diffstat (limited to 'python/examples/pn-test-gae/index.yaml')
| -rw-r--r-- | python/examples/pn-test-gae/index.yaml | 12 | 
1 files changed, 12 insertions, 0 deletions
| diff --git a/python/examples/pn-test-gae/index.yaml b/python/examples/pn-test-gae/index.yaml new file mode 100644 index 0000000..8e6046d --- /dev/null +++ b/python/examples/pn-test-gae/index.yaml @@ -0,0 +1,12 @@ +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. + | 
