hello the code below does not create the tables in the Google app engine

auth = Auth(globals(),db)
auth.define_tables()

if auth.is_logged_in():
    usuario_id = auth.user.id
    #usuario_logado = auth.user.firstname
else:
    usuario_id= 0
    usuario_logado= None


when in my controller try to use a calling @auth.requires_login (), it 
opens the user's screen, but I do the registration of a Registered User but 
do not save


-- 
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