On Aug 24, 5:17 pm, Davide Rognoni <
davide.rogn...@gmail.com> wrote:
> On Aug 24, 2:14 pm, v4vijayakumar <
vijayakumar.subbu...@gmail.com>
> right {{site.key}}
thanks for your quick response.
But, {{model.key}} is not the key I used to store the data. key, I
used is something like this,
test.get_or_insert('key_' + user.email(), user=user)
so, {{model.key}} seems wrong. It should be like,
'
key_...@example.com'.