[pylons-discuss] WebOb 1.5.0a0 available

2015-07-25 Thread Bert JW Regeer
Hey everyone, I have just released a brand new alpha of WebOb 1.5.0, it contains a lot of exciting new changes that may impact your web application, please do thorough testing and file bug reports if anything goes awry. I’ll be doing a longer soak test with alpha’s and beta’s for this release c

Re: [pylons-discuss] resource and data with zodb

2015-07-25 Thread Mike Orr
I have't used ZODB with Pyramid so I'll let others answer most of the question, but you're on the right track with ``root["app_root"]`` and ``root["mydata"]``. The database is not just to store pages but to store all data the application needs. You wouldn't say that PostgreSQL should store only pag

[pylons-discuss] resource and data with zodb

2015-07-25 Thread wilk
Hi, I'll try to explain my question (sorry for my english)... I use zodb like the wiki example to store my pages, supages and so on. The tree is in root['app_root'] Now i would like to store data to the same zodb database, users, customers. Where and how should i put them ? I think in root['