author | Sverre Rabbelier <srabbelier@gmail.com> |
Wed, 11 Mar 2009 19:26:41 +0000 | |
changeset 1793 | fd77432057b0 |
parent 1742 | e900ff4482bf |
child 1831 | 52d842804bc4 |
permissions | -rw-r--r-- |
41
74e1f65dd960
Empty index.yaml file created by dev_appserver.py, so that it will stop
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
1 |
indexes: |
74e1f65dd960
Empty index.yaml file created by dev_appserver.py, so that it will stop
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
2 |
|
1684
83010029e2fb
Silence index.yaml
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1676
diff
changeset
|
3 |
- kind: StudentProposal |
83010029e2fb
Silence index.yaml
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1676
diff
changeset
|
4 |
properties: |
83010029e2fb
Silence index.yaml
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1676
diff
changeset
|
5 |
- name: org |
83010029e2fb
Silence index.yaml
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1676
diff
changeset
|
6 |
- name: status |
83010029e2fb
Silence index.yaml
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1676
diff
changeset
|
7 |
- name: score |
83010029e2fb
Silence index.yaml
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1676
diff
changeset
|
8 |
direction: desc |
83010029e2fb
Silence index.yaml
Sverre Rabbelier <srabbelier@gmail.com>
parents:
1676
diff
changeset
|
9 |
|
1715
3ec1a9518452
Added the review capability to the student_proposal review page.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1684
diff
changeset
|
10 |
- kind: Review |
3ec1a9518452
Added the review capability to the student_proposal review page.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1684
diff
changeset
|
11 |
properties: |
3ec1a9518452
Added the review capability to the student_proposal review page.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1684
diff
changeset
|
12 |
- name: is_public |
3ec1a9518452
Added the review capability to the student_proposal review page.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1684
diff
changeset
|
13 |
- name: scope |
1742
e900ff4482bf
Reviews are now sorted on their created date.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1715
diff
changeset
|
14 |
- name: created |
1715
3ec1a9518452
Added the review capability to the student_proposal review page.
Lennard de Rijk <ljvderijk@gmail.com>
parents:
1684
diff
changeset
|
15 |
|
41
74e1f65dd960
Empty index.yaml file created by dev_appserver.py, so that it will stop
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
16 |
# AUTOGENERATED |
74e1f65dd960
Empty index.yaml file created by dev_appserver.py, so that it will stop
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
17 |
|
74e1f65dd960
Empty index.yaml file created by dev_appserver.py, so that it will stop
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
18 |
# This index.yaml is automatically updated whenever the dev_appserver |
74e1f65dd960
Empty index.yaml file created by dev_appserver.py, so that it will stop
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
19 |
# detects that a new type of query is run. If you want to manage the |
74e1f65dd960
Empty index.yaml file created by dev_appserver.py, so that it will stop
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
20 |
# index.yaml file manually, remove the above marker line (the line |
74e1f65dd960
Empty index.yaml file created by dev_appserver.py, so that it will stop
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
21 |
# saying "# AUTOGENERATED"). If you want to manage some indexes |
74e1f65dd960
Empty index.yaml file created by dev_appserver.py, so that it will stop
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
22 |
# manually, move them above the marker line. The index.yaml file is |
74e1f65dd960
Empty index.yaml file created by dev_appserver.py, so that it will stop
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
23 |
# automatically uploaded to the admin console when you next deploy |
74e1f65dd960
Empty index.yaml file created by dev_appserver.py, so that it will stop
Todd Larsen <tlarsen@google.com>
parents:
diff
changeset
|
24 |
# your application using appcfg.py. |