fix examples app
This commit is contained in:
@@ -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"""
|
||||
|
||||
3
applications/examples/views/cache_examples/generic.html
Normal file
3
applications/examples/views/cache_examples/generic.html
Normal file
@@ -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}}
|
||||
Reference in New Issue
Block a user