fix examples app

This commit is contained in:
niphlod
2013-08-30 22:05:57 +02:00
parent 70a1fbfd41
commit 5036e36083
3 changed files with 8 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
import time
response.view = 'cache_examples/generic.html'
def cache_in_ram():
"""cache the output of the lambda function in ram"""

View File

@@ -0,0 +1,3 @@
{{extend 'layout.html'}}
<h1>Cache Examples</h1>
{{=BEAUTIFY(response._vars)}}

View File

@@ -0,0 +1,4 @@
{{extend 'layout.html'}}
<h1>Ajax Wiki</h1>
{{=form}}
{{=html}}