Hi, On the SQLAlchemy cookbook, this line of code is used to instantiate the application:
app = web.application(urls, locals()) But on all the other tutorials I've seen, globals() is passed to the application function instead of locals(). I was wondering why the SQLAlchemy cookbook was different? With thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
