My favorites | Sign in
Project Logo
                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
var contacts = [
{% for contact in contacts %}
{
id: {{ contact.id }},
name: '{{ contact.name }}',
email: '{{ contact.email }}',
street: '{{ contact.street }}',
city: '{{ contact.city }}',
zip: '{{ contact.zip }}',
state: '{{ contact.state }}',
phone: '{{ contact.phone }}',
timestamp: '{{ contact.timestamp }}'
},
{% endfor %}
];
Show details Hide details

Change log

r157 by dalmaer on Jun 16, 2008   Diff
add app engine version
Go to: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 370 bytes, 15 lines
Hosted by Google Code