app/soc/content/memory_error.html
author Sverre Rabbelier <srabbelier@gmail.com>
Thu, 02 Apr 2009 23:06:15 +0000
changeset 2059 4037b147ed10
parent 1582 f2f352ad193f
permissions -rw-r--r--
Make it possible to retrieve all properties in toDict We used to retrieve only the properties that are specified in the self.properties() dictionary, instead, we now iterate over the key_fields and only use self.properties() if those are not specified. Patch by: Sverre Rabbelier
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1582
f2f352ad193f Redirect to an error page when a GAE exception occurs
Sverre Rabbelier <srabbelier@gmail.com>
parents:
diff changeset
     1
<html>
f2f352ad193f Redirect to an error page when a GAE exception occurs
Sverre Rabbelier <srabbelier@gmail.com>
parents:
diff changeset
     2
<head><title>We ran out of memory</title></head>
f2f352ad193f Redirect to an error page when a GAE exception occurs
Sverre Rabbelier <srabbelier@gmail.com>
parents:
diff changeset
     3
<body>
f2f352ad193f Redirect to an error page when a GAE exception occurs
Sverre Rabbelier <srabbelier@gmail.com>
parents:
diff changeset
     4
We ran out of memory while serving your request, please try again.
f2f352ad193f Redirect to an error page when a GAE exception occurs
Sverre Rabbelier <srabbelier@gmail.com>
parents:
diff changeset
     5
</body>
f2f352ad193f Redirect to an error page when a GAE exception occurs
Sverre Rabbelier <srabbelier@gmail.com>
parents:
diff changeset
     6
</html>