Merge pull request #190 from niphlod/fix/examples

fix examples app
This commit is contained in:
mdipierro
2013-08-30 16:25:06 -07:00
3 changed files with 8 additions and 0 deletions
@@ -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"""
@@ -0,0 +1,3 @@
{{extend 'layout.html'}}
<h1>Cache Examples</h1>
{{=BEAUTIFY(response._vars)}}
@@ -0,0 +1,4 @@
{{extend 'layout.html'}}
<h1>Ajax Wiki</h1>
{{=form}}
{{=html}}