On Feb 13, 10:45 am, annet <[email protected]> wrote: > Am I right to conclude that Python is T0 web2py is T1, that on top of > web2py you got T2 and T3
Yes > and that from web2py version 1.56 the > authentication, authorization and crud functionality is moved from the > T2 into tools.py? yes > I downloaded web2py 1.56.2 and had a look at the db.py file, as far as > I can judge using tools.py would considerably increase my > productivity, however, I haven't got a clue where to start. Is it a > matter of uncommenting the code and moving > def user(): return dict(form=auth()) > def data(): return dict(form=crud()) > def download(): return response.download(request,db) > to the default.py controller? yes > Do I have to change anything in > http://..../[app]/default/user/login > or are the gaps filled programmatically? automatic > I hope tools.py will be well documented very soon, and that a tutorial > will be made available. http://mdp.cti.depaul.edu/examples/default/tools http://groups.google.com/group/web2py/msg/af31b8dc7d238e78 F --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

