I needed one help in using SqlAlchemyManager. I have integrated authkit, sqlalchemymanager and pylons as described in tutorial http://wiki.pylonshq.com/display/pylonscookbook/AuthKit+0.4+UsersFromDatabase+with+SQLAlchemy+0.4+and+SQLAlchemyManager. I also setup the middleware for sqlalchemymanager.
Now I have controllers for users to edit their profile in my web application. I have setup profiles table and done with the class mapping using sqlalchemy in model/init_.py. I added those table definition and mapping in model/_init_.py. def setup_model(model, metadata, **p): ...my application specific definition goes here.... The problem is how to access sqlalchemy manager and sqlalchemy from my profile controller? I know sqlalchemymanager referenced in the middleware. please help me out Regards, Krishgy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
