Error:
Internal errorTicket issued: 
test1/127.0.0.1.2015-09-27.08-53-46.99c7c9c2-afdb-4fe2-bdec-be0f0d3bb74b 
<http://127.0.0.1:8000/admin/default/ticket/test1/127.0.0.1.2015-09-27.08-53-46.99c7c9c2-afdb-4fe2-bdec-be0f0d3bb74b>

default.py
def index():
    session.a= session.a + 1
    message=' a=%s '%session.a
    return locals()


index.html
{{extend 'layout.html'}}


<h1>
{{=message}}
</h1>



-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to