Sounds like you don't have the repoze.tm middleware enabled in your development.ini file.
- C On Mon, 2011-07-11 at 11:41 -0700, Whitiz wrote: > Hello. I am new to pylons/pyramid. > I am trying to do the Pyramid SQLAlchemy demo (the wiki) but the > database does not seem to update. I enter new data into the textarea > and can trace the new value is received by the edit_page view. The > value of page.data is updated when the page is redirected to view_page > and the page.data is pulled. The value is the original value. Did I > miss something in the setup of sqlalchemy? I tried also adding a > session.flush() after the session.add(page). > -- 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.
