It took me a minute to decipher this post! For the elucidation of others
let me rephrase what I think you wrote...
Some users may not like STORING (not "strong") data in the filesystem.
Storing filesystem data is a bad idea when deploying the same website
across multiple servers, i.e. it hind
Yes, I agree. This needs to be REMOVED FROM THE BOOK. I've just wasted
most of a day before realizing memcache is useless for sessions.
-- Joe
On Friday, January 18, 2013 at 1:03:01 AM UTC-8, Paolo wrote:
>
> Hi all, I have just tried the solution proposed on the issue but it doen't
> work.
Installed it and it's up whilst I learn it ...
On Tue, Aug 7, 2018 at 9:29 AM 黄祥 wrote:
> configuration.take() no longer worked
> *e.g.*
> *private/appconfig.ini*
> [app]
> toolbar = false
>
> *models/db.py*
> response.show_toolbar = configuration.take('app.toolbar') # not worked
> while in
configuration.take() no longer worked
*e.g.*
*private/appconfig.ini*
[app]
toolbar = false
*models/db.py*
response.show_toolbar = configuration.take('app.toolbar') # not worked
while in the past worked, result the response.toolbar() is shown even the
value is false, use configuration.get() i
4 matches
Mail list logo