From 2c83fd04558231d26bc66d9799b7c739d34c07ab Mon Sep 17 00:00:00 2001 From: Matan Bar Yosef Date: Mon, 3 Aug 2015 23:04:31 +0300 Subject: [PATCH 1/2] - finish --- templates/views/home.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/views/home.html b/templates/views/home.html index d3c303a..2532034 100644 --- a/templates/views/home.html +++ b/templates/views/home.html @@ -127,7 +127,8 @@
- + +
@@ -156,7 +157,7 @@
-
+
From 1e1d0030d8492e23509259c5748ef0c64cb85743 Mon Sep 17 00:00:00 2001 From: Matan Bar Yosef Date: Mon, 3 Aug 2015 23:28:33 +0300 Subject: [PATCH 2/2] - finish --- index.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 index.yaml diff --git a/index.yaml b/index.yaml new file mode 100644 index 0000000..1a8d7a7 --- /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. + +- kind: TaskComponent + properties: + - name: order + - name: taskId + - name: userId