OLD | NEW |
---|---|
1 indexes: | 1 indexes: |
Vadim Sh.
2016/08/16 18:56:13
I assume it matches Python version identically?
nishanths
2016/08/16 20:35:13
Fixed, should have been a symlink.
| |
2 | 2 |
3 # AUTOGENERATED | 3 # AUTOGENERATED |
4 | 4 |
5 # This index.yaml is automatically updated whenever the dev_appserver | 5 # This index.yaml is automatically updated whenever the dev_appserver |
6 # detects that a new type of query is run. If you want to manage the | 6 # detects that a new type of query is run. If you want to manage the |
7 # index.yaml file manually, remove the above marker line (the line | 7 # index.yaml file manually, remove the above marker line (the line |
8 # saying "# AUTOGENERATED"). If you want to manage some indexes | 8 # saying "# AUTOGENERATED"). If you want to manage some indexes |
9 # manually, move them above the marker line. The index.yaml file is | 9 # manually, move them above the marker line. The index.yaml file is |
10 # automatically uploaded to the admin console when you next deploy | 10 # automatically uploaded to the admin console when you next deploy |
11 # your application using appcfg.py. | 11 # your application using appcfg.py. |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
72 properties: | 72 properties: |
73 - name: name | 73 - name: name |
74 - name: date | 74 - name: date |
75 direction: desc | 75 direction: desc |
76 | 76 |
77 - kind: TestFile | 77 - kind: TestFile |
78 properties: | 78 properties: |
79 - name: test_type | 79 - name: test_type |
80 - name: date | 80 - name: date |
81 direction: desc | 81 direction: desc |
OLD | NEW |